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