Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 429 Bytes

File metadata and controls

20 lines (13 loc) · 429 Bytes

Minimal Shared worker example

This is a demo to show how 1 tab can communicate with another via a Shared Worker

Try it

  • Firefox
    • download this repository
    • add audio.mp3 file (required)
  • Chrome, Opera
    • do the above plus
    • install node.js from https://nodejs.org/
    • open the node command line interface, go in the correct directory
    • npm install
    • npm start

References