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>