Performance: timing プロパティ
非推奨;: この機能は非推奨になりました。まだ対応しているブラウザーがあるかもしれませんが、すでに関連するウェブ標準から削除されているか、削除の手続き中であるか、互換性のためだけに残されている可能性があります。使用を避け、できれば既存のコードは更新してください。このページの下部にある互換性一覧表を見て判断してください。この機能は突然動作しなくなる可能性があることに注意してください。
古い Performance.timing
読み取り専用プロパティは、遅延時間に関するパフォーマンス情報を含む PerformanceTiming
オブジェクトを返します。
このプロパティはワーカーでは使用できません。
警告:
このプロパティは Navigation Timing Level 2 仕様書では非推奨です。代わりに PerformanceNavigationTiming
を使用してください。
値
PerformanceTiming
オブジェクトです。
仕様書
この機能は標準化路線上にはありません。 Navigation Timing 仕様書では非推奨としています。
代わりに PerformanceNavigationTiming
インターフェイスを使用してください。
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
timing |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- Partial support
- Partial support
- No support
- No support
- Deprecated. Not for use in new websites.
- Uses a non-standard name.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
- 所属先の
Performance
インターフェイス