| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d62fe31 commit 5cfc547
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -647,7 +647,7 @@ const { | |||
| 647 | 647 | } = require('perf_hooks'); | |
| 648 | 648 | ||
| 649 | 649 | const obs = new PerformanceObserver((list, observer) => { | |
| 650 | - // Called three times synchronously. `list` contains one item. | ||
| 650 | + // Called once asynchronously. `list` contains three items. | ||
| 651 | 651 | }); | |
| 652 | 652 | obs.observe({ type: 'mark' }); | |
| 653 | 653 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments