From e624e64515dc49cfab3b6f144d782fb297efd90b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 22 Feb 2022 00:16:12 +0900 Subject: Performance インターフェイスのプロパティとイベントを移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/performance/timeorigin/index.html | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 files/ja/web/api/performance/timeorigin/index.html (limited to 'files/ja/web/api/performance/timeorigin/index.html') 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 ---- -

{{SeeCompatTable}}{{APIRef("High Resolution Time")}}

- -

{{domxref("Performance")}} インターフェイスの timeOrigin 読み取り専用プロパティは、パフォーマンス測定の開始時刻のハイレゾリューションタイムスタンプを返します。

- -

{{AvailableInWorkers}}

- -

構文

- -
var timeOrigin = performance.timeOrigin
- -

- -

ハイレゾリューションのタイムスタンプ

- -

仕様

- - - - - - - - - - - - -
仕様書ステータス
{{SpecName('Highres Time Level 2','#dom-performance-timeorigin','timeOrigin')}}{{Spec2('Highres Time Level 2')}}
- -

ブラウザの互換性

- -
-

{{Compat("api.Performance.timeOrigin")}}

-
-- cgit v1.2.3-54-g00ecf