deno / 1.23.2 / ~ / textdecoderoptions.html /

TextDecoderOptions

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

Properties

fatal? : boolean
ignoreBOM? : boolean