Skip to content

Commit

Permalink
doc: graduate WHATWG URL from Experimental
Browse files Browse the repository at this point in the history
PR-URL: #12710
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Daijiro Wachi <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Sam Roberts <[email protected]>
  • Loading branch information
jasnell committed May 29, 2017
1 parent f204945 commit d080ead
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ The formatting process operates as follows:
added: v7.6.0
-->

> Stability: 1 - Experimental
* `URL` {URL} A [WHATWG URL][] object
* `options` {Object}
* `auth` {boolean} `true` if the serialized URL string should include the
Expand Down Expand Up @@ -290,9 +288,6 @@ console.log(url.format(myURL, {fragment: false, unicode: true, auth: false}));
// Prints 'https://你好你好?abc'
```

*Note*: This variation of the `url.format()` method is currently considered to
be experimental.

## url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
<!-- YAML
added: v0.1.25
Expand Down Expand Up @@ -365,10 +360,8 @@ forward slash (`/`) character is encoded as `%3C`.
added: v7.0.0
-->

> Stability: 1 - Experimental
The `url` module provides an *experimental* implementation of the
[WHATWG URL Standard][] as an alternative to the existing `url.parse()` API.
The `url` module provides an implementation of the [WHATWG URL Standard][] as
an alternative to the existing `url.parse()` API.

```js
const URL = require('url').URL;
Expand Down

0 comments on commit d080ead

Please sign in to comment.