Theia API Documentation v1.65.0
    Preparing search index...

    Interface WriteableStreamOptions

    interface WriteableStreamOptions {
        highWaterMark?: number;
    }
    Index

    Properties

    Properties

    highWaterMark?: number

    The number of objects to buffer before WriteableStream#write() signals back that the buffer is full. Can be used to reduce the memory pressure when the stream is not flowing.