Skip to main content

StreamOptions

interface default.StreamOptions
extends Abortable

Type Parameters Jump to heading

Properties Jump to heading

optional
Jump to headingemitClose: boolean | undefined
optional
Jump to headinghighWaterMark: number | undefined
optional
Jump to headingobjectMode: boolean | undefined
optional
Jump to headingautoDestroy: boolean | undefined
optional
Jump to headingconstruct(
this: T,
callback: (error?: Error | null) => void,
): void
optional
Jump to headingdestroy(
this: T,
error: Error | null,
callback: (error?: Error | null) => void,
): void
Back to top