Interface TextDecodeOptions

    interface TextDecodeOptions {
        stream?: boolean;
    }

    Properties

    Properties

    stream?: boolean