WebIDLpedia

MimeType interface

Definition

HTML Standard defines MimeType



[Exposed=Window]
interface MimeType {
  readonly attribute DOMString type;
  readonly attribute DOMString description;
  readonly attribute DOMString suffixes;
  readonly attribute Plugin enabledPlugin;
};

Methods and attributes that return objects implementing MimeType

Referring IDL interfaces/dictionaries