asyncunzipoptions.md 542 B

Interface: AsyncUnzipOptions

Options for asynchronously expanding a ZIP archive

Hierarchy

  • AsyncOptions

AsyncUnzipOptions

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.