@oozcitak/url

An implementation of the URL Living Standard

Usage no npm install needed!

<script type="module">
  import oozcitakUrl from 'https://cdn.skypack.dev/@oozcitak/url';
</script>

README

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")