Interface

Gjsgjs/domTextDecoderOptions

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

Properties

Properties

fatal?: boolean

Indicates whether the error mode is fatal.

ignoreBOM?: boolean

Indicates whether whether the byte order mark is ignored.