Skip to main content
Module

x/evt/lib/types/lib.dom.ts>TextDecoderCommon

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

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.