An implementation of the WHATWG Encoding Standard TextDecoder API.

See also:

Constructor

Variables

read onlyencoding:String

The encoding supported by the TextDecoder instance.

See also:

read onlyfatal:Bool

The value will be true if decoding errors result in a TypeError being thrown.

See also:

read onlyignoreBOM:Bool

The value will be true if the decoding result will include the byte order mark.

See also:

Methods