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