WebIDLpedia

TextDecoderCommon interface mixin

Definition

Encoding Standard defines TextDecoderCommon

interface mixin TextDecoderCommon {
  readonly attribute DOMString encoding;
  readonly attribute boolean fatal;
  readonly attribute boolean ignoreBOM;
};

Referring IDL interfaces/dictionaries