referrerPolicy property
String
get
referrerPolicy
The referrerPolicy
property of the
HTMLScriptElement interface reflects the HTML
referrerpolicy
of the script
element, which defines how the referrer is set when
fetching the script and any scripts it imports.
Implementation
external String get referrerPolicy;
set
referrerPolicy
(String value)
Implementation
external set referrerPolicy(String value);