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: IntThe number of items in the array.
Returns the MimeType object with the specified index.
| Name | Type |
|---|---|
index |
Int |
| Returns |
|---|
| MimeType |
Returns the MimeType object with the specified name.
| Name | Type |
|---|---|
name |
String |
| Returns |
|---|
| MimeType |