src property
String
get
src
The src property of the HTMLScriptElement interface is a string
representing the URL of an external script; this can be used as an
alternative to embedding a script directly within a document.
It reflects the src attribute of the script element.
Implementation
external String get src;
set
src
(String value)
Implementation
external set src(String value);