Document: referrer プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Document.referrer
プロパティは、このページへリンクしていたページの URI を返します。
値
この値は、ユーザーが(リンクではなく、例えばブックマークから)ページに直接移動した場合は空文字列になります。プロパティはただ文字列を返すものであるため、参照先のページの DOM アクセスを提供するものではありません。
同一オリジンリクエストでは、<iframe>
の中では、 Document.referrer
は親ウィンドウの Window.location
の href
と同じ値で初期化されます。
オリジン間リクエストでは、既定では親の Window.location
のオリジン (origin
) になります。詳細は Referrer-Policy: strict-origin-when-cross-origin のドキュメントを参照してください。
仕様書
Specification |
---|
HTML Standard # dom-document-referrer-dev |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
referrer |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.