aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-30 00:53:33 +0000
committerMDN <actions@users.noreply.github.com>2021-09-30 00:53:33 +0000
commit9a06d5b4a3874caa094bff06895c892914eaea93 (patch)
tree1c9549ade620e59f4af4c5ee6b6ac7640bf4fcda /files/ja/web/api/window
parent75e5dcce1e3c6558a3a2d3def5c08669404587c4 (diff)
downloadtranslated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.gz
translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.bz2
translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/api/window')
-rw-r--r--files/ja/web/api/window/performance/index.html37
1 files changed, 0 insertions, 37 deletions
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
----
-<p>{{APIRef("High Resolution Time")}}</p>
-
-<p>{{domxref("Window")}} インタフェースのパフォーマンスプロパティは、現在のドキュメントに関するパフォーマンス情報を収集するために使用できる {{domxref("Performance")}} オブジェクトを返します。これはパフォーマンスタイムライン API、高解像度時間 API、<a href="/ja/docs/Web/API/Navigation_timing_API">ナビゲーションタイミング API</a>、<a href="/ja/docs/Web/API/User_Timing_API">ユーザータイミング API</a> および<a href="/ja/docs/Web/API/Resource_Timing_API">リソースタイミング API</a> の公開ポイントとして機能します。</p>
-
-<h2 id="構文">構文</h2>
-
-<pre class="syntaxbox"><em>performanceData</em> = window.performance;</pre>
-
-<h3 id="値">値</h3>
-
-<p>それが公開する API によって提供されるパフォーマンスおよびタイミング関連情報へのアクセスを提供する {{domxref("Performance")}} オブジェクト。</p>
-
-<h2 id="仕様">仕様</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様</th>
- <th scope="col">ステータス</th>
- <th scope="col">コメント</th>
- </tr>
- <tr>
- <td>{{SpecName('Highres Time', '#the-performance-interface', 'window.performance')}}</td>
- <td>{{Spec2('Highres Time')}}</td>
- <td>Defines <code>now()</code> method.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
-
-<p>{{Compat("api.Window.performance")}}</p>