-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SharedWorker use cases #6
Comments
Following up on this. I see that it's getting launched as part of - https://groups.google.com/u/0/a/chromium.org/g/blink-dev/c/24hK6DKJnqY/m/aHSXjm01AgAJ. shall we get more updates on the support for shared worker as part of storage access API? My customer use cases will get seriously impacted by this issue as we use shared worker for web RTC signalling and web socket management. |
Hi @jagadeeshaby, you can participate in the deprecation trial, see https://developer.chrome.com/blog/storage-partitioning-deprecation-trial/ |
We're still discussing the details of storage support for SAA in privacycg/storage-access#102, which you can follow for updates :) |
I have 2 top level sites www.site11.com and www.site22.com and both of them embeds www.connect11.com website which spins up a new shared worker called "Connect11SharedWorker" which does take care of keeping "master tab" information and make sure only one tab handles audio at any time.
What i have observed is when i navigate to site11.com , there is one shared worker called Connect11SharedWorker spun up and site22.com there is another shared worker with the same name "Connect11SharedWorker" is spun up too, this is problematic because there are 2 shared worker which are trying to identify the master tab and trying to handle audio.
My questions here are
The text was updated successfully, but these errors were encountered: