Interface TextDecoderConstructorOptions

interface TextDecoderConstructorOptions {
    fatal: boolean;
    ignoreBOM: boolean;
}

Properties

Properties

fatal: boolean
ignoreBOM: boolean