WebIDLpedia

DOMParserSupportedType enum

Definition

HTML Standard defines DOMParserSupportedType



enum DOMParserSupportedType {
  "text/html",
  "text/xml",
  "application/xml",
  "application/xhtml+xml",
  "image/svg+xml"
};

Referring IDL interfaces/dictionaries