Replies: 1 comment
-
It should report worker thread event loop delay For example
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When called from a Worker, what is the expected behavior from monitorEventLoopDelay?
Shall it report main JS thread event loop delay, or this worker thread's one?
eventLoopUtilization also exists on Worker, suggesting
monitorEventLoopDelay
always monitors main JS thread?Beta Was this translation helpful? Give feedback.
All reactions