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