Skip to content

Commit d080ead

Browse files
committed
doc: graduate WHATWG URL from Experimental
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]>
1 parent f204945 commit d080ead

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

doc/api/url.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ The formatting process operates as follows:
253253
added: v7.6.0
254254
-->
255255

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

293-
*Note*: This variation of the `url.format()` method is currently considered to
294-
be experimental.
295-
296291
## url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
297292
<!-- YAML
298293
added: v0.1.25
@@ -365,10 +360,8 @@ forward slash (`/`) character is encoded as `%3C`.
365360
added: v7.0.0
366361
-->
367362

368-
> Stability: 1 - Experimental
369-
370-
The `url` module provides an *experimental* implementation of the
371-
[WHATWG URL Standard][] as an alternative to the existing `url.parse()` API.
363+
The `url` module provides an implementation of the [WHATWG URL Standard][] as
364+
an alternative to the existing `url.parse()` API.
372365

373366
```js
374367
const URL = require('url').URL;

0 commit comments

Comments
 (0)