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/window/performance/index.html | 37 -------------------------- 1 file changed, 37 deletions(-) delete mode 100644 files/ja/web/api/window/performance/index.html (limited to 'files/ja/web/api/window') diff --git a/files/ja/web/api/window/performance/index.html b/files/ja/web/api/window/performance/index.html deleted file mode 100644 index 2eb08da672..0000000000 --- a/files/ja/web/api/window/performance/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Window.performance -slug: Web/API/Window/performance -translation_of: 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