referrer property
String
get
referrer
The referrer
read-only property of the
SecurityPolicyViolationEvent interface is a string
representing the referrer of the resources whose policy was violated. This
will be a URL
or null
.
Implementation
external String get referrer;