An open API service indexing awesome lists of open source software.

https://github.com/boolfalse/shared-worker

JavaScript SharedWorker
https://github.com/boolfalse/shared-worker

Last synced: 5 months ago
JSON representation

JavaScript SharedWorker

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/)