A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/Request/referrer below:

Request: referrer property - Web APIs

Request: referrer property

Baseline Widely available

Note: This feature is available in Web Workers.

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 is no-referrer, it returns an empty string.

Value

A string representing the request's referrer.

Examples

In the following snippet, we create a new request using the Request() constructor (for an image file in the same directory as the script), then save the request referrer in a variable:

const myRequest = new Request("flowers.jpg");
const myReferrer = myRequest.referrer; // returns "about:client" by default
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4