embeds property
HTMLCollectionOf<HTMLEmbedElement>
get
embeds
Retrieves a collection of all embed objects in the document.
Implementation
_i3.HTMLCollectionOf<_i3.HTMLEmbedElement> get embeds => _i4.getProperty(
this,
'embeds',
);