Options for decompressing GZIP data asynchronously
↳ AsyncGunzipOptions
• Optional
consume: boolean
Inherited from AsyncDeflateOptions.consume
Whether or not to "consume" the source data. This will make the typed array/buffer you pass in unusable but will increase performance and reduce memory usage.