Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d080ead

Browse filesBrowse files
committed
doc: graduate WHATWG URL from Experimental
PR-URL: #12710 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
1 parent f204945 commit d080ead
Copy full SHA for d080ead

File tree

Expand file treeCollapse file tree

1 file changed

+2
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-9
lines changed
Open diff view settings
Collapse file

‎doc/api/url.md‎

Copy file name to clipboardExpand all lines: doc/api/url.md
+2-9Lines changed: 2 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.