TextDecodeOptions: {
    stream?: boolean;
}

Options given to decode.

Type declaration

  • Optional 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.