referrer


referrerstringRead-only

Returns the referrer header from the router request.

The referrer is the address of the web page from which the router request was initiated, typically by clicking on a link.

Get the `referrer` header from the router request
JavaScript
Did this help?