Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>TextDecoderCommon

Advanced Web Composition for Future
Latest
interface TextDecoderCommon
import { type TextDecoderCommon } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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.