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