From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/performance/timeorigin/index.html | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create 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 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 +--- +

{{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