TextDecoder

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

decode
string decode(BufferSource input, TextDecodeOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
string decode(BufferSource input)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
string decode()
Undocumented in source. Be warned that the author may not have intended to support it.
encoding
string encoding()
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
bool fatal()
Undocumented in source. Be warned that the author may not have intended to support it.
ignoreBOM
bool ignoreBOM()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta