From 9a06d5b4a3874caa094bff06895c892914eaea93 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 30 Sep 2021 00:53:33 +0000 Subject: [CRON] sync translated content --- files/ja/web/api/performance_property/index.html | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/ja/web/api/performance_property/index.html (limited to 'files/ja/web/api/performance_property') diff --git a/files/ja/web/api/performance_property/index.html b/files/ja/web/api/performance_property/index.html new file mode 100644 index 0000000000..b0e3ece5c2 --- /dev/null +++ b/files/ja/web/api/performance_property/index.html @@ -0,0 +1,38 @@ +--- +title: Window.performance +slug: Web/API/performance_property +translation_of: Web/API/Window/performance +original_slug: Web/API/Window/performance +--- +

{{APIRef("High Resolution Time")}}

+ +

{{domxref("Window")}} インタフェースのパフォーマンスプロパティは、現在のドキュメントに関するパフォーマンス情報を収集するために使用できる {{domxref("Performance")}} オブジェクトを返します。これはパフォーマンスタイムライン API、高解像度時間 API、ナビゲーションタイミング APIユーザータイミング API およびリソースタイミング API の公開ポイントとして機能します。

+ +

構文

+ +
performanceData = window.performance;
+ +

+ +

それが公開する API によって提供されるパフォーマンスおよびタイミング関連情報へのアクセスを提供する {{domxref("Performance")}} オブジェクト。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様ステータスコメント
{{SpecName('Highres Time', '#the-performance-interface', 'window.performance')}}{{Spec2('Highres Time')}}Defines now() method.
+ +

ブラウザの互換性

+ +

{{Compat("api.Window.performance")}}

-- cgit v1.2.3-54-g00ecf