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