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
I noticed that sometimes, localhost:1234 hangs when loading, until I close other localhost:1234 tabs that I had open in the background. I suspect that this happens when the other tabs show this confirm() message:
Some ideas:
Wait for the tab to come into focus before showing the confirm
Redirect without asking (might lose progress)
Make an HTML non-blocking confirm
The text was updated successfully, but these errors were encountered:
I noticed that sometimes, localhost:1234 hangs when loading, until I close other localhost:1234 tabs that I had open in the background. I suspect that this happens when the other tabs show this
confirm()
message:Some ideas:
confirm
confirm
The text was updated successfully, but these errors were encountered: