referrerPolicy property
The referrerPolicy property of the HTMLLinkElement interface
reflects the HTML
referrerpolicy
attribute of the
link element defining which referrer is sent when fetching the
resource.
See the HTTP header for details.
Implementation
external String get referrerPolicy;
Implementation
external set referrerPolicy(String value);