Skip to content

A polyfill for the Broadcast Channel API, enabling communication across tabs.

License

Notifications You must be signed in to change notification settings

alexis89x/broadcast-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broadcast-channel-polyfill

A simple BroadcastChannel polyfill that works with all major browsers. Please refer to the official MDN documentation of the Broadcast Channel API.

See Broadcast Channel API on MDN.

For more info, see the related article on Medium.

Webpack usage

.... 
plugins: [
    new ProvidePlugin({
        BroadcastChannel: '@alexis89x/broadcast-channel/lib/index.js'
    })]

``

About

A polyfill for the Broadcast Channel API, enabling communication across tabs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published