deno / latest / ~ / textdecoderoptions.html

TextDecoderOptions

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

Properties

fatal?: boolean
ignoreBOM?: boolean