TextDecoderCommon

sealed external interface TextDecoderCommon(source)

Inheritors

Properties

Link copied to clipboard
open val encoding: String

Returns encoding's name, lowercased.

Link copied to clipboard
open val fatal: Boolean

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

Link copied to clipboard
open val ignoreBOM: Boolean

Returns the value of ignore BOM.