Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

Window: performance property

BaselineWidely available

Theperformance property of theWindow interface returns aPerformance object, which can be used to gather performance information about code running in the window's scope.

Performance entries are per context. If you create a mark on the main thread (or other worker), you cannot see it in a worker thread, and vice versa.

Value

APerformance object offering access to performance and timing-related information about code running in the window's scope.

Specifications

Specification
High Resolution Time
# the-performance-attribute

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp