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