Documentation
    Preparing search index...

    Interface Flushable

    Something that can be flushed by another stream.

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

    Hierarchy (View Summary)

    Index

    Properties

    flushes?: ReadableStream<unknown>
    ignoreFlushErrors?: boolean

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