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