Interface MimeType
 Index
Properties
 Properties
Readonlydescription
description: string
Returns the MIME type's description.
ReadonlyenabledPlugin 
Returns the Plugin object that implements this MIME type.
Readonlysuffixes
suffixes: string
Returns the MIME type's typical file extensions, in a comma-separated list.
Readonlytype
type: string
Returns the MIME type.
Provides contains information about a MIME type associated with a particular plugin. NavigatorPlugins.mimeTypes returns an array of this object.
Deprecated
MDN Reference