Document.plugins
Returns an HTMLCollection
object containing one or more HTMLEmbedElement
s or null
which represent the <embed>
elements in the current document.
For a list of installed plugins, use
window.navigator.plugins
instead.Syntax
JavaScript
Copy Code
<var>embedArrayObj</var> = document.plugins
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'Document.plugins' in that specification. |
Living Standard |
See also
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/document/plugins