referrer property
The referrer read-only property of the
Request interface is set by the user agent to be the referrer of the
Request. (e.g., client, no-referrer, or a URL.)
Note: If
referrer's value isno-referrer, it returns an empty string.
Implementation
external String get referrer;