aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/performance/timeorigin/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/performance/timeorigin/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/performance/timeorigin/index.html')
-rw-r--r--files/ja/web/api/performance/timeorigin/index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/files/ja/web/api/performance/timeorigin/index.html b/files/ja/web/api/performance/timeorigin/index.html
new file mode 100644
index 0000000000..8e0552fcf1
--- /dev/null
+++ b/files/ja/web/api/performance/timeorigin/index.html
@@ -0,0 +1,49 @@
+---
+title: Performance.timeOrigin
+slug: Web/API/Performance/timeOrigin
+tags:
+ - API
+ - Experimental
+ - High Resolution Time API
+ - timeOrigin
+ - パフォーマンス
+ - プロパティ
+ - リファレンス
+translation_of: Web/API/Performance/timeOrigin
+---
+<p>{{SeeCompatTable}}{{APIRef("High Resolution Time")}}</p>
+
+<p>{{domxref("Performance")}} インターフェイスの <strong><code>timeOrigin</code></strong> 読み取り専用プロパティは、パフォーマンス測定の開始時刻のハイレゾリューションタイムスタンプを返します。</p>
+
+<p>{{AvailableInWorkers}}</p>
+
+<h2 id="構文">構文</h2>
+
+<pre class="syntaxbox">var <em>timeOrigin</em> = performance.timeOrigin</pre>
+
+<h3 id="値">値</h3>
+
+<p>ハイレゾリューションのタイムスタンプ</p>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">ステータス</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('Highres Time Level 2','#dom-performance-timeorigin','timeOrigin')}}</td>
+ <td>{{Spec2('Highres Time Level 2')}}</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
+
+<div>
+<div class="hidden">このページの互換性テーブルは構造化データから生成されます。データに貢献したい場合は <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックして、プルリクエストを送ってください。</div>
+
+<p>{{Compat("api.Performance.timeOrigin")}}</p>
+</div>