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