MLE text encoding API(mle-js-encodings)
    Preparing search index...

    Type Alias TextDecodeOptions

    Options given to decode.

    type TextDecodeOptions = {
        stream?: boolean;
    }
    Index

    Properties

    Properties

    stream?: boolean

    Controls whether the IO queue should be flushed between calls. If set to true the corresponding TextDecoder instance may retain state from the previous call. Used for decoding text in chunks. Default: false.