Type Alias AsyncFlateStreamHandler
Type declaration
- (err, data, final): void
Parameters
- err: FlateError | null
Any error that occurred
- data: Uint8Array
The data output from the stream processor
- final: boolean
Whether this is the final block
Returns void
- err: FlateError | null
Handler for asynchronous data (de)compression streams