Definition
Encoding Standard defines TextDecoderOptions
dictionary TextDecoderOptions {
boolean fatal = false;
boolean ignoreBOM = false;
};
TextDecoderOptions dictionaryEncoding Standard defines TextDecoderOptions
dictionary TextDecoderOptions {
boolean fatal = false;
boolean ignoreBOM = false;
};