url-ponyfill

v0.5.10
UMD & [ponyfill](ponyfill.com) fork of [webcomponents/URL](github.com/webcomponents/url)

URL-ponyfill

UMD & ponyfill fork of webcomponents/URL

Usage

ES2015 (webpack, rollup, etc)

import { URL } from 'url-ponyfill'

Node.js

const { URL } = require('url-ponyfill')

Polyfill

import { URL, hasNativeURL } from 'url-ponyfill';

if (!hasNativeURL) {
    self.URL = URL;
}

License

MIT

npm i url-ponyfill

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/8/2021

Downloads

Maintainers