Skip to content

Commit fa1a842

Browse files
aduh95nodejs-github-bot
authored andcommitted
doc,fs: remove experimental status for WHATWG URL as path
PR-URL: #38870 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent 240c8bc commit fa1a842

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

doc/api/fs.md

+34-34
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ changes:
13501350
- version: v7.6.0
13511351
pr-url: https://github.com/nodejs/node/pull/10739
13521352
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1353-
protocol. Support is currently still *experimental*.
1353+
protocol.
13541354
- version: v6.3.0
13551355
pr-url: https://github.com/nodejs/node/pull/6534
13561356
description: The constants like `fs.R_OK`, etc which were present directly
@@ -1618,7 +1618,7 @@ changes:
16181618
- version: v7.6.0
16191619
pr-url: https://github.com/nodejs/node/pull/10739
16201620
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1621-
protocol. Support is currently still *experimental*.
1621+
protocol.
16221622
- version: v7.0.0
16231623
pr-url: https://github.com/nodejs/node/pull/7897
16241624
description: The `callback` parameter is no longer optional. Not passing
@@ -1705,7 +1705,7 @@ changes:
17051705
- version: v7.6.0
17061706
pr-url: https://github.com/nodejs/node/pull/10739
17071707
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1708-
protocol. Support is currently still *experimental*.
1708+
protocol.
17091709
- version: v7.0.0
17101710
pr-url: https://github.com/nodejs/node/pull/7897
17111711
description: The `callback` parameter is no longer optional. Not passing
@@ -1832,7 +1832,7 @@ changes:
18321832
- version: v7.6.0
18331833
pr-url: https://github.com/nodejs/node/pull/10739
18341834
description: The `path` parameter can be a WHATWG `URL` object using
1835-
`file:` protocol. Support is currently still *experimental*.
1835+
`file:` protocol.
18361836
- version: v7.0.0
18371837
pr-url: https://github.com/nodejs/node/pull/7831
18381838
description: The passed `options` object will never be modified.
@@ -1944,7 +1944,7 @@ changes:
19441944
- version: v7.6.0
19451945
pr-url: https://github.com/nodejs/node/pull/10739
19461946
description: The `path` parameter can be a WHATWG `URL` object using
1947-
`file:` protocol. Support is currently still *experimental*.
1947+
`file:` protocol.
19481948
- version: v7.0.0
19491949
pr-url: https://github.com/nodejs/node/pull/7831
19501950
description: The passed `options` object will never be modified.
@@ -2006,7 +2006,7 @@ changes:
20062006
- version: v7.6.0
20072007
pr-url: https://github.com/nodejs/node/pull/10739
20082008
description: The `path` parameter can be a WHATWG `URL` object using
2009-
`file:` protocol. Support is currently still *experimental*.
2009+
`file:` protocol.
20102010
-->
20112011
20122012
> Stability: 0 - Deprecated: Use [`fs.stat()`][] or [`fs.access()`][] instead.
@@ -2477,7 +2477,7 @@ changes:
24772477
- version: v7.6.0
24782478
pr-url: https://github.com/nodejs/node/pull/10739
24792479
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2480-
protocol. Support is currently still *experimental*.
2480+
protocol.
24812481
- version: v7.0.0
24822482
pr-url: https://github.com/nodejs/node/pull/7897
24832483
description: The `callback` parameter is no longer optional. Not passing
@@ -2520,7 +2520,7 @@ changes:
25202520
- version: v7.6.0
25212521
pr-url: https://github.com/nodejs/node/pull/10739
25222522
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2523-
protocol. Support is currently still *experimental*.
2523+
protocol.
25242524
- version: v7.0.0
25252525
pr-url: https://github.com/nodejs/node/pull/7897
25262526
description: The `callback` parameter is no longer optional. Not passing
@@ -2663,7 +2663,7 @@ changes:
26632663
- version: v7.6.0
26642664
pr-url: https://github.com/nodejs/node/pull/10739
26652665
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2666-
protocol. Support is currently still *experimental*.
2666+
protocol.
26672667
-->
26682668
26692669
* `path` {string|Buffer|URL}
@@ -2804,7 +2804,7 @@ changes:
28042804
- version: v7.6.0
28052805
pr-url: https://github.com/nodejs/node/pull/10739
28062806
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2807-
protocol. Support is currently still *experimental*.
2807+
protocol.
28082808
- version: v7.0.0
28092809
pr-url: https://github.com/nodejs/node/pull/7897
28102810
description: The `callback` parameter is no longer optional. Not passing
@@ -2857,7 +2857,7 @@ changes:
28572857
- version: v7.6.0
28582858
pr-url: https://github.com/nodejs/node/pull/10739
28592859
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2860-
protocol. Support is currently still *experimental*.
2860+
protocol.
28612861
- version: v7.0.0
28622862
pr-url: https://github.com/nodejs/node/pull/7897
28632863
description: The `callback` parameter is no longer optional. Not passing
@@ -2987,7 +2987,7 @@ changes:
29872987
- version: v7.6.0
29882988
pr-url: https://github.com/nodejs/node/pull/10739
29892989
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2990-
protocol. Support is currently still *experimental*.
2990+
protocol.
29912991
- version: v7.0.0
29922992
pr-url: https://github.com/nodejs/node/pull/7897
29932993
description: The `callback` parameter is no longer optional. Not passing
@@ -3053,7 +3053,7 @@ changes:
30533053
- version: v7.6.0
30543054
pr-url: https://github.com/nodejs/node/pull/10739
30553055
description: The `path` parameter can be a WHATWG `URL` object using
3056-
`file:` protocol. Support is currently still *experimental*.
3056+
`file:` protocol.
30573057
- version: v7.0.0
30583058
pr-url: https://github.com/nodejs/node/pull/7897
30593059
description: The `callback` parameter is no longer optional. Not passing
@@ -3206,7 +3206,7 @@ changes:
32063206
- version: v7.6.0
32073207
pr-url: https://github.com/nodejs/node/pull/10739
32083208
description: The `path` parameters can be a WHATWG `URL` object using
3209-
`file:` protocol. Support is currently still *experimental*.
3209+
`file:` protocol.
32103210
- version: v7.0.0
32113211
pr-url: https://github.com/nodejs/node/pull/7897
32123212
description: The `callback` parameter is no longer optional. Not passing
@@ -3279,7 +3279,7 @@ changes:
32793279
- version: v7.6.0
32803280
pr-url: https://github.com/nodejs/node/pull/10739
32813281
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3282-
protocol. Support is currently still *experimental*.
3282+
protocol.
32833283
- version: v7.0.0
32843284
pr-url: https://github.com/nodejs/node/pull/7897
32853285
description: The `callback` parameter is no longer optional. Not passing
@@ -3471,7 +3471,7 @@ changes:
34713471
- version: v7.6.0
34723472
pr-url: https://github.com/nodejs/node/pull/10739
34733473
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3474-
protocol. Support is currently still *experimental*.
3474+
protocol.
34753475
- version: v7.0.0
34763476
pr-url: https://github.com/nodejs/node/pull/7897
34773477
description: The `callback` parameter is no longer optional. Not passing
@@ -3534,7 +3534,7 @@ changes:
35343534
- version: v7.6.0
35353535
pr-url: https://github.com/nodejs/node/pull/10739
35363536
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3537-
protocol. Support is currently still *experimental*.
3537+
protocol.
35383538
- version: v7.0.0
35393539
pr-url: https://github.com/nodejs/node/pull/7897
35403540
description: The `callback` parameter is no longer optional. Not passing
@@ -3572,7 +3572,7 @@ changes:
35723572
- version: v7.6.0
35733573
pr-url: https://github.com/nodejs/node/pull/10739
35743574
description: The `filename` parameter can be a WHATWG `URL` object using
3575-
`file:` protocol. Support is currently still *experimental*.
3575+
`file:` protocol.
35763576
- version: v7.0.0
35773577
pr-url: https://github.com/nodejs/node/pull/7831
35783578
description: The passed `options` object will never be modified.
@@ -3698,7 +3698,7 @@ changes:
36983698
- version: v7.6.0
36993699
pr-url: https://github.com/nodejs/node/pull/10739
37003700
description: The `filename` parameter can be a WHATWG `URL` object using
3701-
`file:` protocol. Support is currently still *experimental*.
3701+
`file:` protocol.
37023702
-->
37033703
37043704
* `filename` {string|Buffer|URL}
@@ -4068,7 +4068,7 @@ changes:
40684068
- version: v7.6.0
40694069
pr-url: https://github.com/nodejs/node/pull/10739
40704070
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4071-
protocol. Support is currently still *experimental*.
4071+
protocol.
40724072
-->
40734073
40744074
* `path` {string|Buffer|URL}
@@ -4163,7 +4163,7 @@ changes:
41634163
- version: v7.6.0
41644164
pr-url: https://github.com/nodejs/node/pull/10739
41654165
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4166-
protocol. Support is currently still *experimental*.
4166+
protocol.
41674167
-->
41684168
41694169
* `path` {string|Buffer|URL}
@@ -4181,7 +4181,7 @@ changes:
41814181
- version: v7.6.0
41824182
pr-url: https://github.com/nodejs/node/pull/10739
41834183
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4184-
protocol. Support is currently still *experimental*.
4184+
protocol.
41854185
-->
41864186
41874187
* `path` {string|Buffer|URL}
@@ -4258,7 +4258,7 @@ changes:
42584258
- version: v7.6.0
42594259
pr-url: https://github.com/nodejs/node/pull/10739
42604260
description: The `path` parameter can be a WHATWG `URL` object using
4261-
`file:` protocol. Support is currently still *experimental*.
4261+
`file:` protocol.
42624262
-->
42634263
42644264
* `path` {string|Buffer|URL}
@@ -4455,7 +4455,7 @@ changes:
44554455
- version: v7.6.0
44564456
pr-url: https://github.com/nodejs/node/pull/10739
44574457
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4458-
protocol. Support is currently still *experimental*.
4458+
protocol.
44594459
-->
44604460
44614461
* `path` {string|Buffer|URL}
@@ -4487,7 +4487,7 @@ changes:
44874487
- version: v7.6.0
44884488
pr-url: https://github.com/nodejs/node/pull/10739
44894489
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4490-
protocol. Support is currently still *experimental*.
4490+
protocol.
44914491
-->
44924492
44934493
* `path` {string|Buffer|URL}
@@ -4560,7 +4560,7 @@ changes:
45604560
- version: v7.6.0
45614561
pr-url: https://github.com/nodejs/node/pull/10739
45624562
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4563-
protocol. Support is currently still *experimental*.
4563+
protocol.
45644564
-->
45654565
45664566
* `path` {string|Buffer|URL}
@@ -4584,7 +4584,7 @@ changes:
45844584
- version: v7.6.0
45854585
pr-url: https://github.com/nodejs/node/pull/10739
45864586
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4587-
protocol. Support is currently still *experimental*.
4587+
protocol.
45884588
-->
45894589
45904590
* `path` {string|Buffer|URL}
@@ -4612,7 +4612,7 @@ changes:
46124612
- version: v7.6.0
46134613
pr-url: https://github.com/nodejs/node/pull/10739
46144614
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4615-
protocol. Support is currently still *experimental*.
4615+
protocol.
46164616
- version: v5.0.0
46174617
pr-url: https://github.com/nodejs/node/pull/3163
46184618
description: The `path` parameter can be a file descriptor now.
@@ -4653,7 +4653,7 @@ changes:
46534653
- version: v7.6.0
46544654
pr-url: https://github.com/nodejs/node/pull/10739
46554655
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4656-
protocol. Support is currently still *experimental*.
4656+
protocol.
46574657
-->
46584658
46594659
* `path` {string|Buffer|URL}
@@ -4750,7 +4750,7 @@ changes:
47504750
- version: v7.6.0
47514751
pr-url: https://github.com/nodejs/node/pull/10739
47524752
description: The `path` parameter can be a WHATWG `URL` object using
4753-
`file:` protocol. Support is currently still *experimental*.
4753+
`file:` protocol.
47544754
- version: v6.4.0
47554755
pr-url: https://github.com/nodejs/node/pull/7899
47564756
description: Calling `realpathSync` now works again for various edge cases
@@ -4845,7 +4845,7 @@ changes:
48454845
- version: v7.6.0
48464846
pr-url: https://github.com/nodejs/node/pull/10739
48474847
description: The `path` parameters can be a WHATWG `URL` object using
4848-
`file:` protocol. Support is currently still *experimental*.
4848+
`file:` protocol.
48494849
-->
48504850
48514851
* `path` {string|Buffer|URL}
@@ -4908,7 +4908,7 @@ changes:
49084908
- version: v7.6.0
49094909
pr-url: https://github.com/nodejs/node/pull/10739
49104910
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4911-
protocol. Support is currently still *experimental*.
4911+
protocol.
49124912
-->
49134913
49144914
* `path` {string|Buffer|URL}
@@ -4967,7 +4967,7 @@ changes:
49674967
- version: v7.6.0
49684968
pr-url: https://github.com/nodejs/node/pull/10739
49694969
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4970-
protocol. Support is currently still *experimental*.
4970+
protocol.
49714971
-->
49724972
49734973
* `path` {string|Buffer|URL}
@@ -4985,7 +4985,7 @@ changes:
49854985
- version: v7.6.0
49864986
pr-url: https://github.com/nodejs/node/pull/10739
49874987
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4988-
protocol. Support is currently still *experimental*.
4988+
protocol.
49894989
- version: v4.1.0
49904990
pr-url: https://github.com/nodejs/node/pull/2387
49914991
description: Numeric strings, `NaN` and `Infinity` are now allowed

0 commit comments

Comments
 (0)