@oozcitak/url
v3.0.0
Published
An implementation of the URL Living Standard
Readme
URL
A Javascript implementation of the URL Living Standard.
Version
Current version implements the standard as of commit 7ae1c69.
Installation
npm install @oozcitak/urlUsage
Create an instance of the URL or URLSearchParams classes.
const { URL } = require("@oozcitak/url");
const url = new URL("https://example.org/file.aspx")