W3cubDocs

/Deno

TextDecoderOptions

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

Properties

fatal?: boolean
ignoreBOM?: boolean