CDN Resources for broadcast-channel

Quick access to CDN links for the broadcast-channel package

CDN Resources for broadcast-channel
Various ways to access broadcast-channel via Content Delivery Networks

Package Installation

npm
npm install broadcast-channel
yarn
yarn add broadcast-channel
pnpm
pnpm add broadcast-channel

CDN 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>