referrerPolicy property
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;
Implementation
external set referrerPolicy(String value);