MimeTypeArray

js.html.MimeTypeArray (extern class)

The MimeTypeArray interface returns an array of MimeType instances, each of which contains information about a supported browser plugins. This object is returned by NavigatorPlugins.mimeTypes.

Documentation MimeTypeArray by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

length: Int

The number of items in the array.


item(index: Int): MimeType

Returns the MimeType object with the specified index.

Name Type
index Int
Returns
MimeType

namedItem(name: String): MimeType

Returns the MimeType object with the specified name.

Name Type
name String
Returns
MimeType