CDN Resources for broadcast-channel
Various ways to access broadcast-channel via Content Delivery Networks
Package Installation
npm
npm install broadcast-channelyarn
yarn add broadcast-channelpnpm
pnpm add broadcast-channelCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/broadcast-channel"></script>Unpkg
<script src="https://unpkg.com/broadcast-channel"></script>jsDelivr ESM
<script type="module">
import broadcastchannel from 'https://cdn.jsdelivr.net/npm/broadcast-channel/+esm';
</script>Skypack
<script type="module">
import broadcastchannel from 'https://cdn.skypack.dev/broadcast-channel';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages