From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/performance/navigation/index.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 files/ja/web/api/performance/navigation/index.html (limited to 'files/ja/web/api/performance/navigation') diff --git a/files/ja/web/api/performance/navigation/index.html b/files/ja/web/api/performance/navigation/index.html new file mode 100644 index 0000000000..a769ac939e --- /dev/null +++ b/files/ja/web/api/performance/navigation/index.html @@ -0,0 +1,59 @@ +--- +title: Performance.navigation +slug: Web/API/Performance/navigation +tags: + - API + - Deprecated + - HTTP + - legacy + - ナビゲーションタイミング + - パフォーマンス + - プロパティ + - 後方互換性 + - 読み取り専用 +translation_of: Web/API/Performance/navigation +--- +

{{APIRef("Navigation Timing")}}

+ +
+

このプロパティは Navigation Timing Level 2 仕様では非推奨です。

+
+ +

従来の Performance.navigation 読み取り専用プロパティは、リソースの取得に必要なリダイレクト数など、特定のブラウジングコンテキストで発生したナビゲーションの種類を表す {{domxref("PerformanceNavigation")}} オブジェクトを返します。

+ +

このプロパティは Worker では使用できません。

+ +

構文

+ +
navObject = performance.navigation;
+ +

仕様

+ + + + + + + + + + + + + + +
仕様書ステータスコメント
{{SpecName('Navigation Timing', '#sec-window.performance-attribute', 'Performance.navigation')}}{{Spec2('Navigation Timing')}}初期定義
+ +

ブラウザの互換性

+ +
+ + +

{{Compat("api.Performance.navigation")}}

+
+ +

あわせて参照

+ + -- cgit v1.2.3-54-g00ecf