Interface TextDecoderDecodeOptions

interface TextDecoderDecodeOptions {
    stream: boolean;
}

Properties

Properties

stream: boolean