Interface MimeType
Index
Properties
Properties
Readonly
description
description: string
Returns the MIME type's description.
Readonly
enabledPlugin
Returns the Plugin object that implements this MIME type.
Readonly
suffixes
suffixes: string
Returns the MIME type's typical file extensions, in a comma-separated list.
Readonly
type
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