referrerPolicy property
The
HTMLAnchorElement.referrerPolicy
property reflect the HTML
referrerpolicy
attribute of the
a element defining which referrer is sent when fetching the resource.
Implementation
external String get referrerPolicy;
Implementation
external set referrerPolicy(String value);