diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-22 00:16:12 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2022-02-26 18:11:51 +0900 |
commit | e624e64515dc49cfab3b6f144d782fb297efd90b (patch) | |
tree | eb3f420ff8d67ceb31dd63d67828458998731938 /files/ja/web/api/performance/timeorigin/index.html | |
parent | ddd7b6e74321361826704e0c315b16191d5dfe1c (diff) | |
download | translated-content-e624e64515dc49cfab3b6f144d782fb297efd90b.tar.gz translated-content-e624e64515dc49cfab3b6f144d782fb297efd90b.tar.bz2 translated-content-e624e64515dc49cfab3b6f144d782fb297efd90b.zip |
Performance インターフェイスのプロパティとイベントを移行
Diffstat (limited to 'files/ja/web/api/performance/timeorigin/index.html')
-rw-r--r-- | files/ja/web/api/performance/timeorigin/index.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/files/ja/web/api/performance/timeorigin/index.html b/files/ja/web/api/performance/timeorigin/index.html deleted file mode 100644 index eabb9801d2..0000000000 --- a/files/ja/web/api/performance/timeorigin/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -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> -<p>{{Compat("api.Performance.timeOrigin")}}</p> -</div> |