W3cubDocs

/Haxe JavaScript

MimeTypeArray

package js.html

Available on js

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.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MimeTypeArray.html