aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/domhighrestimestamp
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/domhighrestimestamp
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/domhighrestimestamp')
-rw-r--r--files/ja/web/api/domhighrestimestamp/index.html88
1 files changed, 88 insertions, 0 deletions
diff --git a/files/ja/web/api/domhighrestimestamp/index.html b/files/ja/web/api/domhighrestimestamp/index.html
new file mode 100644
index 0000000000..8c2ea9420c
--- /dev/null
+++ b/files/ja/web/api/domhighrestimestamp/index.html
@@ -0,0 +1,88 @@
+---
+title: DOMHighResTimeStamp
+slug: Web/API/DOMHighResTimeStamp
+tags:
+ - API
+ - DOMHighResTimeStamp
+ - High Resolution Time
+ - Reference
+ - Time
+ - Type
+translation_of: Web/API/DOMHighResTimeStamp
+---
+<p>{{APIRef("High Resolution Time")}}</p>
+
+<p><code><strong>DOMHighResTimeStamp</strong></code> 型は <code>double</code> であり、時間の値を保存するために使用します。この値は別々の時点や、2 つの別々の時点の間の時間を表すことができます。単位はミリ秒であり、精度は 5 µs (マイクロ秒) であるべきです。ただし、ブラウザーが 5 マイクロ秒精度の時間の値を提供できない場合 (例えば、ハードウェアやソフトウェアの制約により) は、1 ミリ秒精度の時間として表すことができます。</p>
+
+<div class="note">
+<p>ユーザーエージェントを実行するデバイスやオペレーティングシステムがマイクロ秒レベルのクロックを持たない場合は、ミリ秒精度に制限されます。</p>
+</div>
+
+<h2 id="Properties" name="Properties">プロパティ</h2>
+
+<p><em>この<em>型</em>はプロパティがありません。これは倍精度浮動小数点数です。</em></p>
+
+<h3 id="Value" name="Value">値</h3>
+
+<p><code>DOMHighResTimeStamp</code> の値は、2 つの時点の間で経過した時間をミリ秒単位 (デバイスがサポートすれば 5 マイクロ秒以内の精度で) で表した倍精度浮動小数点数です。開始時間はサイトやアプリのスクリプトで指定した特定の時刻か、<strong>time origin</strong> にすることができます。</p>
+
+<h4 id="The_time_origin" name="The_time_origin">time origin</h4>
+
+<p><strong>time origin</strong> は、現在のドキュメントの存続期間の開始時点であると考えられる標準時刻です。これは以下のように算出します:</p>
+
+<ul>
+ <li>スクリプトの {{Glossary("global object", "グローバルオブジェクト")}} が {{domxref("Window")}} であれば、time origin を以下のように決定します:
+ <ul>
+ <li>現在の {{domxref("Document")}} が <code>Window</code> で最初に読み込まれたものであれば、ブラウザーコンテキストが生成された時刻を time origin にします。</li>
+ <li>window に以前読み込まれたドキュメントをアンロードする処理の間に、以前のページから去るかをユーザーに確認させるダイアログを表示した場合は、新しいページに移動することを受諾するとユーザーが確認した時刻を time origin にします。</li>
+ <li>前述のどちらでも time origin が決まらない場合は、window の現在の <code>Document</code> を生成する原因であるナビゲーションが発生した時刻を time origin にします。</li>
+ </ul>
+ </li>
+ <li>スクリプトのグローバルオブジェクトが {{domxref("WorkerGlobalScope")}} である (すなわち、スクリプトを web worker として実行している) 場合は、worker が生成された瞬間を time origin にします。</li>
+ <li>その他の場合はすべて、time origin が未定義です。</li>
+</ul>
+
+<h2 id="Methods" name="Methods">メソッド</h2>
+
+<p><em>この<em>型</em>はメソッドがありません。</em></p>
+
+<h2 id="Specifications" name="Specifications">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">策定状況</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('Highres Time Level 2', '#dom-domhighrestimestamp', 'DOMHighResTimeStamp')}}</td>
+ <td>{{Spec2('Highres Time Level 2')}}</td>
+ <td>インターフェイスや型を、より厳密に定義。</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('Highres Time', '#sec-DOMHighResTimeStamp', 'DOMHighResTimeStamp')}}</td>
+ <td>{{Spec2('Highres Time')}}</td>
+ <td>初期定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
+
+<div class="hidden">
+<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+</div>
+
+<p>{{Compat("api.DOMHighResTimestamp")}}</p>
+
+<div id="compat-mobile"></div>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Navigation_timing" title="Navigation_timing">Navigation Timing API</a></li>
+ <li><a href="/ja/docs/Web/API/Performance/now">performance.now()</a></li>
+</ul>