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/_redirects.txt | 1 + files/ja/_wikihistory.json | 12 ++++---- files/ja/web/api/performance_property/index.html | 38 ++++++++++++++++++++++++ files/ja/web/api/window/performance/index.html | 37 ----------------------- 4 files changed, 45 insertions(+), 43 deletions(-) create mode 100644 files/ja/web/api/performance_property/index.html delete mode 100644 files/ja/web/api/window/performance/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 6e48cc80d1..4c3a2108cd 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3299,6 +3299,7 @@ /ja/docs/Web/API/Window/onmouseup /ja/docs/Web/API/GlobalEventHandlers/onmouseup /ja/docs/Web/API/Window/onreset /ja/docs/Web/API/GlobalEventHandlers/onreset /ja/docs/Web/API/Window/onresize /ja/docs/Web/API/GlobalEventHandlers/onresize +/ja/docs/Web/API/Window/performance /ja/docs/Web/API/performance_property /ja/docs/Web/API/Window/restore /ja/docs/Web/API/Window/moveTo /ja/docs/Web/API/Window/setInterval /ja/docs/Web/API/setInterval /ja/docs/Web/API/Window/setTimeout /ja/docs/Web/API/setTimeout diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 0921037642..aac2c96cd6 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -24779,12 +24779,6 @@ "mfuji09" ] }, - "Web/API/Window/performance": { - "modified": "2020-10-15T22:08:48.553Z", - "contributors": [ - "silverskyvicto" - ] - }, "Web/API/Window/personalbar": { "modified": "2019-03-23T23:50:07.790Z", "contributors": [ @@ -26310,6 +26304,12 @@ "k-kuwahara" ] }, + "Web/API/performance_property": { + "modified": "2020-10-15T22:08:48.553Z", + "contributors": [ + "silverskyvicto" + ] + }, "Web/API/setInterval": { "modified": "2020-10-15T21:15:06.280Z", "contributors": [ 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")}}

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