Interface MimeType

Provides contains information about a MIME type associated with a particular plugin. NavigatorPlugins.mimeTypes returns an array of this object.

Deprecated

MDN Reference

Hierarchy

  • MimeType

Properties

description: string

Returns the MIME type's description.

Deprecated

MDN Reference

enabledPlugin: Plugin

Returns the Plugin object that implements this MIME type.

Deprecated

MDN Reference

suffixes: string

Returns the MIME type's typical file extensions, in a comma-separated list.

Deprecated

MDN Reference

type: string

Returns the MIME type.

Deprecated

MDN Reference