referrerPolicy property

String get referrerPolicy

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

Implementation

external set referrerPolicy(String value);