@bundled-es-modules/url-polyfill

mirror of url-polyfill, bundled and exposed as ES module

Usage no npm install needed!

<script type="module">
  import bundledEsModulesUrlPolyfill from 'https://cdn.skypack.dev/@bundled-es-modules/url-polyfill';
</script>

README

url-polyfill

This is a mirror of url-polyfill, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/url-polyfill

Use

<script type="module">
  import '@bundled-es-modules/url-polyfill';
  // or directly
  import '@bundled-es-modules/url-polyfill/url-polyfill.js';
</script>