interface default.StreamOptions
extends Abortable
Type Parameters Jump to heading
Jump to headingT extends Stream
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
Methods Jump to heading
optional
Jump to headingconstruct(this: T,callback: (error?: Error | null) => void,): void
optional
Jump to headingdestroy(): void