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.
(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.
(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.
(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.
(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.
(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.
(set-type! this val)
Property.
Returns the MIME type of the associated plugin.
Property. Returns the MIME type of the associated plugin.
(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.
(type this)
Property.
Returns the MIME type of the associated plugin.
Property. Returns the MIME type of the associated plugin.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close