https://github.com/boolfalse/shared-worker
JavaScript SharedWorker
https://github.com/boolfalse/shared-worker
Last synced: 5 months ago
JSON representation
JavaScript SharedWorker
- Host: GitHub
- URL: https://github.com/boolfalse/shared-worker
- Owner: boolfalse
- Created: 2023-07-28T09:27:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T09:33:43.000Z (over 2 years ago)
- Last Synced: 2025-02-27T08:08:53.452Z (11 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JavaScript SharedWorker Sample
### About:
- This sample demonstrates how to use the SharedWorker API to share data between multiple browsing contexts (e.g. tabs) in a single browser session.
- For testing just open the page in multiple tabs, from one tab send a message and see the result in other tabs.
### Links:
- Demo on [GitHub Pages](https://boolfalse.github.io/shared-worker/)
- [Official Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker)
### Author:
- [BoolFalse](https://boolfalse.com/)