0.1.2 • Published 11 months ago

@xesam/url-compat v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@xesam/url-compat

URL and URLSearchParams Compat.

Usage

npm install @xesam/url-compat
const createURL = require('@xesam/url-compat');
const urlObj = createURL('https://admin:root@ahost:443/apath?k=v');

urlObj.hash = 'ahash';
console.log(urlObj.href) // https://admin:root@ahost:443/apath?k=v#ahash
0.1.2

11 months ago