Skip to content

Files

Latest commit

 

History

History
27 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.22 KB

URL

A Javascript implementation of the URL Living Standard.

License NPM Version

Travis Build Status AppVeyor Build status Dev Dependency Status 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")