-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
perf_hooks: expose performance global #28635
Copy link
Copy link
Closed
Labels
experimentalIssues and PRs related to experimental features.Issues and PRs related to experimental features.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.perf_hooksIssues and PRs related to the implementation of the Performance Timing API.Issues and PRs related to the implementation of the Performance Timing API.
Metadata
Metadata
Assignees
Labels
experimentalIssues and PRs related to experimental features.Issues and PRs related to experimental features.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.perf_hooksIssues and PRs related to the implementation of the Performance Timing API.Issues and PRs related to the implementation of the Performance Timing API.
Browsers export a
performanceglobal, and I think we should too if theperf_hooksmodule is stable enough (and can be lifted from experimental stability) to allow easy usage in isomorphic scripts.