aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/performance_property
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/performance_property
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/performance_property')
-rw-r--r--files/ja/web/api/performance_property/index.html38
1 files changed, 38 insertions, 0 deletions
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
+---
+<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>