Interface

Soup-3.0SoupCompressionDictionaryRequestConstructorProps

interface ConstructorProps {
    cancelled: boolean;
    dictionary: GLib.Bytes | Uint8Array<ArrayBufferLike>;
}

Hierarchy (View Summary)

Index
cancelled: boolean
dictionary: GLib.Bytes | Uint8Array<ArrayBufferLike>