Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncUnzlib

Asynchronous streaming Zlib decompression

Hierarchy

  • AsyncUnzlib

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

ondata

The handler to call whenever data is available

terminate

terminate: AsyncTerminable

A method to terminate the stream's internal worker. Subsequent calls to push() will silently fail.

Methods

push

  • push(chunk: Uint8Array, final?: boolean): void

Generated using TypeDoc