npm.io
4.0.0 • Published 7 months ago

@oozcitak/url

Licence
MIT
Version
4.0.0
Deps
2
Size
193 kB
Vulns
0
Weekly
0
Stars
3

URL

A Javascript implementation of the URL Living Standard.

License NPM Version

Node.js CI Code Coverage

Version

Current version implements the standard as of commit 7ae1c69.

Installation

npm install @oozcitak/url

Usage

Create an instance of the URL or URLSearchParams classes.

const { URL } = require("@oozcitak/url");

const url = new URL("https://example.org/file.aspx")

Keywords