isomorphic-url-shim
v1.0.2
Published
Node and browser module that returns either the native URL interface or a shimmed one
Downloads
19
Readme
isomorphic-url-shim
Node and browser module that returns either the native URL interface or a shimmed one.
Usage
ES2015 (webpack, rollup, etc)
import { URL } from 'isomorphic-url-shim'
Node.js
const { URL } = require('isomorphic-url-shim')
Notes
It's UMD compatible.
Uses url-ponyfill as the shim.