Optional
async?: booleanDefer all data emission and other events until the end of the current tick, similar to Node core streams
Optional
encoding?: BufferEncoding | null | "buffer"Output string encoding. Set to null
or 'buffer'
(or omit) to
emit Buffer objects rather than strings.
Conflicts with objectMode
Optional
objectOutput data exactly as it was written, supporting non-buffer/string data (such as arbitrary objects, falsey values, etc.)
Conflicts with encoding
Optional
signal?: AbortSignalA signal which will abort the stream
Generated using TypeDoc
Options passed to the Minipass constructor.