From e624e64515dc49cfab3b6f144d782fb297efd90b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 22 Feb 2022 00:16:12 +0900 Subject: Performance インターフェイスのプロパティとイベントを移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/performance/navigation/index.md | 57 ++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/ja/web/api/performance/navigation/index.md (limited to 'files/ja/web/api/performance/navigation/index.md') diff --git a/files/ja/web/api/performance/navigation/index.md b/files/ja/web/api/performance/navigation/index.md new file mode 100644 index 0000000000..c10ffa3203 --- /dev/null +++ b/files/ja/web/api/performance/navigation/index.md @@ -0,0 +1,57 @@ +--- +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