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/timing/index.html | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/ja/web/api/performance/timing/index.html (limited to 'files/ja/web/api/performance/timing') diff --git a/files/ja/web/api/performance/timing/index.html b/files/ja/web/api/performance/timing/index.html new file mode 100644 index 0000000000..92356dcfe1 --- /dev/null +++ b/files/ja/web/api/performance/timing/index.html @@ -0,0 +1,58 @@ +--- +title: Performance.timing +slug: Web/API/Performance/timing +tags: + - API + - legacy + - ナビゲーションタイミング + - パフォーマンス + - プロパティ + - 後方互換性 + - 読み取り専用 + - 非推奨 +translation_of: Web/API/Performance/timing +--- +

{{APIRef("Navigation Timing")}}

+ +
+

このプロパティは Navigation Timing Level 2 仕様では非推奨です。代わりに {{domxref("Performance.timeOrigin")}} プロパティを使用してください。

+
+ +

従来の Performance.timing 読み取り専用プロパティは、待ち時間に関連するパフォーマンス情報を含む {{domxref("PerformanceTiming")}} オブジェクトを返します。

+ +

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

+ +

構文

+ +
timingInfo = performance.timing;
+ +

仕様

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

ブラウザの互換性

+ +
+ + +

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

+
+ +

あわせて参照

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