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

    This component will buffer whatever is pushed to it and emit chunks back every BufferingStreamOptions.emitInterval. It will also ensure that the emitted chunks never exceed BufferingStreamOptions.maxChunkSize.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    buffer?: string
    concat: (left: string, right: string) => string
    emitInterval: number
    length: (what: string) => number
    maxChunkSize: number
    onDataEmitter: Emitter<string> = ...
    slice: (what: string, start?: number, end?: number) => string
    timeout?: Timeout

    Accessors

    Methods