Liking cljdoc? Tell your friends :D

web.other.MimeType

The MimeType interface provides contains information about a type associated with a particular plugin. NavigatorPlugins.mimeTypes an array of this object.

The MimeType interface provides contains information about a
type associated with a particular plugin. `NavigatorPlugins.mimeTypes`
an array of this object.
raw docstring

descriptioncljs

(description this)

Property.

Returns a description of the associated plugin or an empty string there is none.

Property.

Returns a description of the associated plugin or an empty string
there is none.
sourceraw docstring

enabled-plugincljs

(enabled-plugin this)

Property.

Returns an instance of Plugin containing information about the itself.

Property.

Returns an instance of Plugin containing information about the
itself.
sourceraw docstring

set-description!cljs

(set-description! this val)

Property.

Returns a description of the associated plugin or an empty string there is none.

Property.

Returns a description of the associated plugin or an empty string
there is none.
sourceraw docstring

set-enabled-plugin!cljs

(set-enabled-plugin! this val)

Property.

Returns an instance of Plugin containing information about the itself.

Property.

Returns an instance of Plugin containing information about the
itself.
sourceraw docstring

set-suffixes!cljs

(set-suffixes! this val)

Property.

A string containing valid file extensions for the data displayed the plugin, or an empty string if an extension is not valid for particular module. For example, a browser's content decryption may appear in the plugin list but support more file extensions can be anticipated. It might therefore return an empty string.

Property.

A string containing valid file extensions for the data displayed
the plugin, or an empty string if an extension is not valid for
particular module. For example, a browser's content decryption
may appear in the plugin list but support more file extensions
can be anticipated. It might therefore return an empty string.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

Returns the MIME type of the associated plugin.

Property.

Returns the MIME type of the associated plugin.
sourceraw docstring

suffixescljs

(suffixes this)

Property.

A string containing valid file extensions for the data displayed the plugin, or an empty string if an extension is not valid for particular module. For example, a browser's content decryption may appear in the plugin list but support more file extensions can be anticipated. It might therefore return an empty string.

Property.

A string containing valid file extensions for the data displayed
the plugin, or an empty string if an extension is not valid for
particular module. For example, a browser's content decryption
may appear in the plugin list but support more file extensions
can be anticipated. It might therefore return an empty string.
sourceraw docstring

typecljs

(type this)

Property.

Returns the MIME type of the associated plugin.

Property.

Returns the MIME type of the associated plugin.
sourceraw docstring

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

× close