Interface

MimeType

MimeType

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

View Source js/lib.dom.d.ts, line 4998

Members

string

# description

Returns the MIME type's description.

View Source js/lib.dom.d.ts, line 5001

Plugin

# enabledPlugin

Returns the Plugin object that implements this MIME type.

View Source js/lib.dom.d.ts, line 5006

string

# suffixes

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

View Source js/lib.dom.d.ts, line 5011

string

# type

Returns the MIME type.

View Source js/lib.dom.d.ts, line 5016