scripts property

Retrieves a collection of all script objects in the document.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLScriptElement> get scripts => _i4.getProperty(
      this,
      'scripts',
    );