From a108ec9ddea8a6a349e4fdc6698c7ae679a5a715 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 22 Feb 2022 00:28:57 +0900 Subject: 2021/09/15 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/performance/timeorigin/index.md | 43 +++++++++--------------- 1 file changed, 16 insertions(+), 27 deletions(-) (limited to 'files/ja/web/api/performance/timeorigin') diff --git a/files/ja/web/api/performance/timeorigin/index.md b/files/ja/web/api/performance/timeorigin/index.md index eabb9801d2..3dcf89e21c 100644 --- a/files/ja/web/api/performance/timeorigin/index.md +++ b/files/ja/web/api/performance/timeorigin/index.md @@ -3,45 +3,34 @@ title: Performance.timeOrigin slug: Web/API/Performance/timeOrigin tags: - API - - Experimental - - High Resolution Time API - - timeOrigin + - 実験的 + - 高解像度時間 API - パフォーマンス - プロパティ - リファレンス + - timeOrigin translation_of: Web/API/Performance/timeOrigin --- -

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

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

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

+**`timeOrigin`** は {{domxref("Performance")}} インターフェイスの読み取り専用プロパティで、パフォーマンス測定の開始時刻の高解像度タイムスタンプを返します。 -

{{AvailableInWorkers}}

+{{AvailableInWorkers}} -

構文

+## 構文 -
var timeOrigin = performance.timeOrigin
+```js +var timeOrigin = performance.timeOrigin +``` -

+### 値 -

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

+高解像度のタイムスタンプです。 -

仕様

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

ブラウザの互換性

+## ブラウザーの互換性 -
-

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

-
+{{Compat}} -- cgit v1.2.3-54-g00ecf