aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/performance/timeorigin/index.md
blob: 3dcf89e21c72e93e05f42c67aea7d76660b364b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Performance.timeOrigin
slug: Web/API/Performance/timeOrigin
tags:
  - API
  - 実験的
  - 高解像度時間 API
  - パフォーマンス
  - プロパティ
  - リファレンス
  - timeOrigin
translation_of: Web/API/Performance/timeOrigin
---
{{SeeCompatTable}}{{APIRef("High Resolution Time")}}

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

{{AvailableInWorkers}}

## 構文

```js
var timeOrigin = performance.timeOrigin
```

### 値

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

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}