Interface Flushable

Something that can be flushed by another stream.

interface Flushable {
    flushes?: ReadableStream<unknown>;
    ignoreFlushErrors?: boolean;
}

Hierarchy (view full)

Properties

flushes?: ReadableStream<unknown>
ignoreFlushErrors?: boolean

By default an error in the flushes stream will be sent by the transformer.

Generated using TypeDoc