CDN Resources for whatwg-url

Quick access to CDN links for the whatwg-url package

CDN Resources for whatwg-url
Various ways to access whatwg-url via Content Delivery Networks

Package Installation

npm
npm install whatwg-url
yarn
yarn add whatwg-url
pnpm
pnpm add whatwg-url

CDN 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>