You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is where the resumeFromStart method (which calls the _resumeHandler which sends the Resume event) was added: Properly set the pauseEvent #636
And here is where it began to be called in response to "creating a new isolate" (which is not a real isolate since there are no isolates on web) and occurs in response to a hot-restart: Faster DevTools launch #747