summaryrefslogtreecommitdiff
path: root/fflate/docs/interfaces/asyncgunzipoptions.md
blob: 04645780c9259a6d811edfdb5256f776790d475f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Interface: AsyncGunzipOptions

Options for decompressing GZIP data asynchronously

## Hierarchy

* AsyncOptions

  ↳ **AsyncGunzipOptions**

## Index

### Properties

* [consume](asyncgunzipoptions.md#consume)

## Properties

### consume

• `Optional` **consume**: boolean

*Inherited from [AsyncDeflateOptions](asyncdeflateoptions.md).[consume](asyncdeflateoptions.md#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.