asyncgunzipoptions.md 545 B

Interface: AsyncGunzipOptions

Options for decompressing GZIP data asynchronously

Hierarchy

  • AsyncOptions

AsyncGunzipOptions

Index

Properties

Properties

consume

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.