Streaming pass-through decompression for ZIP archives

Implements
Index
  • Pushes a chunk to be decompressed

    Parameters

    • chunk: Uint8Array

      The data in this chunk. Do not consume (detach) this buffer.

    • final: boolean

      Whether this is the last chunk in the data stream

    Returns void

The handler to call whenever data is available

compression: number