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
Nonetheless, if I run two instances of the app in separate tabs, they are creating their own SharedWorker instances. I can confirm this by going to chrome://inspect/#workers
Is there some trick I am missing? Any help is much appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am creating a SharedWorker in my app like the following:
I also changed the Vite config to not include the hash in the name of the asset:
Nonetheless, if I run two instances of the app in separate tabs, they are creating their own SharedWorker instances. I can confirm this by going to
chrome://inspect/#workers
Is there some trick I am missing? Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions