Cross-Tab Communication in JavaScript using a SharedWorker

preview_player
Показать описание
In this lesson we'll be going over how to do cross-tab communication using a SharedWorker. SharedWorkers are Web Workers that are sharable across browser-instances (tabs, windows, etc).

Series:
― 2. SharedWorker - You are here
― 3. BroadcastChannel - Not yet complete

Repository:

Social Media:
Рекомендации по теме
Комментарии
Автор

Thanks man! Helped a lot to have a step by step tutorial! :) Have a great one!

mortenbellmann
Автор

Please let me know how Shared Worker running with VueJS project

joewilson
Автор

Shared Worker doesn't work for me, on your demo page as well. Have any clue why? win 11 chrome, firefox

MrSuperKorsar
Автор

why not use shared worker for literally everything?? seems extremely powerful. why even use broadcast channel either?

susiebaka