plugins property
HTMLCollectionOf<HTMLEmbedElement>
get
plugins
Return an HTMLCollection of the embed elements in the Document.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLEmbedElement> get plugins => _i4.getProperty(
this,
'plugins',
);