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 also:

Variables

read onlylength:Int

The number of items in the array.

Methods

item(index:Int):MimeType

Returns the MimeType object with the specified index.

namedItem(name:String):MimeType

Returns the MimeType object with the specified name.