Skip to main content
Module

x/evt/mod.ts>dom.TextDecoderCommon

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.TextDecoderCommon
import { type dom } from "https://deno.land/x/evt@v2.4.3/mod.ts";
const { TextDecoderCommon } = dom;

Properties

readonly
encoding: string

Returns encoding's name, lowercased.

readonly
fatal: boolean

Returns true if error mode is "fatal", and false otherwise.

readonly
ignoreBOM: boolean

Returns true if ignore BOM flag is set, and false otherwise.