Interface TextDecoderOptions

    interface TextDecoderOptions {
        fatal?: boolean;
        ignoreBOM?: boolean;
    }

    Properties

    Properties

    fatal?: boolean
    ignoreBOM?: boolean