Javascript Reference
Categories: plugin

javascript plugin length

@March 15, 2008, 1:22 a.m.
lengthFirefox/Netscape/NN 3 IE 5(Mac) Chrome/Safari/DOM n/a  

Read-only  

Returns the number of MIME types supported by the plugin. Don't confuse this property with the length property of the entire navigator.plugins array, which measures how many plugin objects are known to the browser.

 
Example
 
var howManyMIMEs = navigator.plugins[2].length;
 
Value

Integer.

 
Default

None.


Powered by Linode.