Liking cljdoc? Tell your friends :D

web.other.MimeTypeArray

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

The MimeTypeArray interface returns an array of `web.other.MimeType`
each of which contains information about a supported browser
This object is returned by `NavigatorPlugins.mimeTypes`.
raw docstring

itemcljs

(item this & args)

Method.

Returns the MimeType object with the specified index.

Method.

Returns the MimeType object with the specified index.
sourceraw docstring

lengthcljs

(length this)

Property.

The number of items in the array.

Property.

The number of items in the array.
sourceraw docstring

named-itemcljs

(named-item this & args)

Method.

Returns the MimeType object with the specified name.

Method.

Returns the MimeType object with the specified name.
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

The number of items in the array.

Property.

The number of items in the array.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close