Open
Description
CometD version(s) 8
Question
Dear team,
we have a requirement in our project to run cometD in a shared worker because the web app is usually opened on more tabs.
So the idea is to have only one connection to cometD and get notifications and send them back to the main thread on a specific tab.
I can see that the cometD fails to load on the shared worker because of window object not found.
It would be great if shared worker would be supported by cometD as of today shared workers are available in main browsers, especially on Chrome , but also on Safari , Edge and FF.
How do you see this?
Thanks in advance for your answer!