Streaming GZIP compression

Constructors

Methods

Properties

Constructors

Methods

  • Flushes buffered uncompressed data. Useful to immediately retrieve the GZIPped output for small inputs.

    Returns void

  • Pushes a chunk to be GZIPped

    Parameters

    • chunk: Uint8Array

      The chunk to push

    • Optionalfinal: boolean

      Whether this is the last chunk

    Returns void

Properties

The handler to call whenever data is available