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