@bundled-es-modules/url-polyfill
v1.1.4
Published
mirror of url-polyfill, bundled and exposed as ES module
Downloads
5,760
Keywords
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>