From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/api/performancelongtasktiming/index.html | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/ja/web/api/performancelongtasktiming/index.html (limited to 'files/ja/web/api/performancelongtasktiming/index.html') diff --git a/files/ja/web/api/performancelongtasktiming/index.html b/files/ja/web/api/performancelongtasktiming/index.html new file mode 100644 index 0000000000..36016f8089 --- /dev/null +++ b/files/ja/web/api/performancelongtasktiming/index.html @@ -0,0 +1,46 @@ +--- +title: PerformanceLongTaskTiming +slug: Web/API/PerformanceLongTaskTiming +tags: + - API + - Interface + - Long Tasks API + - PerformanceLongTaskTiming + - Reference +translation_of: Web/API/PerformanceLongTaskTiming +--- +

{{SeeCompatTable}}{{APIRef("Long Tasks")}}

+ +

Long Tasks APIPerformanceLongTaskTiming インターフェイスは、長いタスクのインスタンスを報告します。

+ +

{{InheritanceDiagram}}

+ +

プロパティ

+ +
+
{{domxref("PerformanceLongTaskTiming.attribution")}} {{readonlyinline}}
+
{{domxref('TaskAttributionTiming')}} インスタンスのシーケンスを返します。
+
+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('Long Tasks','#sec-PerformanceLongTaskTiming','PerformanceLongTaskTiming')}}{{Spec2('Long Tasks')}}初期定義
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.PerformanceLongTaskTiming")}}

-- cgit v1.2.3-54-g00ecf