Type Alias FlateStreamHandler
Type Declaration
- (data: Uint8Array, final: boolean): void
- Parameters- data: Uint8ArrayThe data output from the stream processor 
- final: booleanWhether this is the final block 
 - Returns void
- data: Uint8Array
 
The data output from the stream processor
Whether this is the final block
Handler for data (de)compression streams