broadcastchannel-polyfill
broadcastchannel-polyfill copied to clipboard
Simple BroadcastChannel polyfill for browsers with MessageChannel API onboard
In readme its noted that https://www.npmjs.com/package/broadcast-channel did not work for your project. Could you please share why, I'm curious if I have same limit. Thank you!
Hello, thank you for this life saving polyfill! I tested it in IE 11 and can confirm that it works as expected just as other modern browsers. I wasnt able...
Hello, trying to use this package on a React based project, using Next.js framework. However, I get this error since you are using `self` but who is not defined: ```...