We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62fe31 commit 5cfc547Copy full SHA for 5cfc547
doc/api/perf_hooks.md
@@ -647,7 +647,7 @@ const {
647
} = require('perf_hooks');
648
649
const obs = new PerformanceObserver((list, observer) => {
650
- // Called three times synchronously. `list` contains one item.
+ // Called once asynchronously. `list` contains three items.
651
});
652
obs.observe({ type: 'mark' });
653
0 commit comments