MCPcopy
hub / github.com/101arrowz/fflate / InflateStreamOptions

Interface InflateStreamOptions

src/index.ts:807–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 * Options for decompressing a DEFLATE stream
806 */
807export interface InflateStreamOptions {
808 /**
809 * The dictionary used to compress the original data. If no dictionary was used during compression, this option has no effect.
810 *
811 * Supplying the wrong dictionary during decompression usually yields corrupt output or causes an invalid distance error.
812 */
813 dictionary?: Uint8Array;
814}
815
816/**
817 * Options for decompressing DEFLATE data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…