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
SharedWorkers are a fancy concept to allow multiple browser windows/tabs (and iframes) of the same origin to use a script that lives on another Thread.
I think, we could improve V4 Performance a lot if core lives in a SharedWorker managing all the shared data and iframes and other window-instances can use this core rather than managing this data themselfes. This would also make the use of broadcasting for data sharing obsolete.
The text was updated successfully, but these errors were encountered:
SharedWorkers are a fancy concept to allow multiple browser windows/tabs (and iframes) of the same origin to use a script that lives on another Thread.
I think, we could improve V4 Performance a lot if core lives in a SharedWorker managing all the shared data and iframes and other
window
-instances can use this core rather than managing this data themselfes. This would also make the use of broadcasting for data sharing obsolete.The text was updated successfully, but these errors were encountered: