interface
zlib.ZlibOptions
interface ZlibOptions
- dictionary?: ArrayBuffer | ArrayBufferView<ArrayBufferLike>
deflate/inflate only, empty dictionary by default
- rejectGarbageAfterEnd?: boolean
If
true, decompression fails when trailing input is detected after the end of the compressed stream. This includes unreadable bytes and, when decompressing gzip, additional gzip members following the first member. Default:false