* Pushes a chunk to be decompressed * @param data The data in this chunk. Do not consume (detach) this data. * @param final Whether this is the last chunk in the data stream
(data: Uint8Array, final: boolean)
| 3309 | * @param final Whether this is the last chunk in the data stream |
| 3310 | */ |
| 3311 | push(data: Uint8Array, final: boolean): void; |
| 3312 | |
| 3313 | /** |
| 3314 | * A method to terminate any internal workers used by the stream. Subsequent |
no outgoing calls