Proposal Url Save

Proposal to add WHATWG URL to ECMAScript

Project README

WHATWG URL

Introduce the WHATWG URL and URLSearchParams APIs as intrinsic ECMAScript objects.

Motivation

Unify and standardize URL parsing and handling across ECMAScript environments.

Note: Node.js has introduced WHATWG compatible URL parsing as a stable feature in v8.0.

Example

const base = new URL('http://example.org/foo');
const url = new URL('bar', base);

API

The API would be as defined by the WHATWG URL specification.

Open Source Agenda is not affiliated with "Proposal Url" Project. README Source: jasnell/proposal-url
Stars
32
Open Issues
4
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating