#import // https://html.spec.whatwg.org/#mimetype [Exposed=Window] interface MimeType { readonly attribute DOMString type; readonly attribute DOMString description; readonly attribute DOMString suffixes; readonly attribute Plugin enabledPlugin; };