| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f204945 commit d080ead
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -253,8 +253,6 @@ The formatting process operates as follows: | |||
| 253 | 253 | added: v7.6.0 | |
| 254 | 254 | --> | |
| 255 | 255 | ||
| 256 | - > Stability: 1 - Experimental | ||
| 257 | - | ||
| 258 | 256 | * `URL` {URL} A [WHATWG URL][] object | |
| 259 | 257 | * `options` {Object} | |
| 260 | 258 | * `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})); | |||
| 290 | 288 | // Prints 'https://你好你好?abc' | |
| 291 | 289 | ``` | |
| 292 | 290 | ||
| 293 | - *Note*: This variation of the `url.format()` method is currently considered to | ||
| 294 | - be experimental. | ||
| 295 | - | ||
| 296 | 291 | ## url.parse(urlString[, parseQueryString[, slashesDenoteHost]]) | |
| 297 | 292 | <!-- YAML | |
| 298 | 293 | added: v0.1.25 | |
@@ -365,10 +360,8 @@ forward slash (`/`) character is encoded as `%3C`. | |||
| 365 | 360 | added: v7.0.0 | |
| 366 | 361 | --> | |
| 367 | 362 | ||
| 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. | ||
| 372 | 365 | ||
| 373 | 366 | ```js | |
| 374 | 367 | const URL = require('url').URL; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments