scripts property

HTMLCollection get scripts

The scripts property of the Document interface returns a list of the script elements in the document. The returned object is an HTMLCollection.

Implementation

external HTMLCollection get scripts;