WebIDLpedia

TextDecoderOptions dictionary

Definition

Encoding Standard defines TextDecoderOptions



dictionary TextDecoderOptions {
  boolean fatal = false;
  boolean ignoreBOM = false;
};

Referring IDL interfaces/dictionaries