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.)
referrer
client
no-referrer
Note: If referrer's value is no-referrer, it returns an empty string.
external String get referrer;