Skip to content

Commit 8c7b2ba

Browse files
aduh95danielleadams
authored andcommitted
doc,fs: remove experimental status for WHATWG URL as path
PR-URL: #38870 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
1 parent 0c90fd8 commit 8c7b2ba

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

doc/api/fs.md

Lines changed: 34 additions & 34 deletions
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
@@ -1830,7 +1830,7 @@ changes:
18301830
- version: v7.6.0
18311831
pr-url: https://github.com/nodejs/node/pull/10739
18321832
description: The `path` parameter can be a WHATWG `URL` object using
1833-
`file:` protocol. Support is currently still *experimental*.
1833+
`file:` protocol.
18341834
- version: v7.0.0
18351835
pr-url: https://github.com/nodejs/node/pull/7831
18361836
description: The passed `options` object will never be modified.
@@ -1942,7 +1942,7 @@ changes:
19421942
- version: v7.6.0
19431943
pr-url: https://github.com/nodejs/node/pull/10739
19441944
description: The `path` parameter can be a WHATWG `URL` object using
1945-
`file:` protocol. Support is currently still *experimental*.
1945+
`file:` protocol.
19461946
- version: v7.0.0
19471947
pr-url: https://github.com/nodejs/node/pull/7831
19481948
description: The passed `options` object will never be modified.
@@ -2004,7 +2004,7 @@ changes:
20042004
- version: v7.6.0
20052005
pr-url: https://github.com/nodejs/node/pull/10739
20062006
description: The `path` parameter can be a WHATWG `URL` object using
2007-
`file:` protocol. Support is currently still *experimental*.
2007+
`file:` protocol.
20082008
-->
20092009
20102010
> Stability: 0 - Deprecated: Use [`fs.stat()`][] or [`fs.access()`][] instead.
@@ -2475,7 +2475,7 @@ changes:
24752475
- version: v7.6.0
24762476
pr-url: https://github.com/nodejs/node/pull/10739
24772477
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2478-
protocol. Support is currently still *experimental*.
2478+
protocol.
24792479
- version: v7.0.0
24802480
pr-url: https://github.com/nodejs/node/pull/7897
24812481
description: The `callback` parameter is no longer optional. Not passing
@@ -2518,7 +2518,7 @@ changes:
25182518
- version: v7.6.0
25192519
pr-url: https://github.com/nodejs/node/pull/10739
25202520
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2521-
protocol. Support is currently still *experimental*.
2521+
protocol.
25222522
- version: v7.0.0
25232523
pr-url: https://github.com/nodejs/node/pull/7897
25242524
description: The `callback` parameter is no longer optional. Not passing
@@ -2661,7 +2661,7 @@ changes:
26612661
- version: v7.6.0
26622662
pr-url: https://github.com/nodejs/node/pull/10739
26632663
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2664-
protocol. Support is currently still *experimental*.
2664+
protocol.
26652665
-->
26662666
26672667
* `path` {string|Buffer|URL}
@@ -2802,7 +2802,7 @@ changes:
28022802
- version: v7.6.0
28032803
pr-url: https://github.com/nodejs/node/pull/10739
28042804
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2805-
protocol. Support is currently still *experimental*.
2805+
protocol.
28062806
- version: v7.0.0
28072807
pr-url: https://github.com/nodejs/node/pull/7897
28082808
description: The `callback` parameter is no longer optional. Not passing
@@ -2853,7 +2853,7 @@ changes:
28532853
- version: v7.6.0
28542854
pr-url: https://github.com/nodejs/node/pull/10739
28552855
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2856-
protocol. Support is currently still *experimental*.
2856+
protocol.
28572857
- version: v7.0.0
28582858
pr-url: https://github.com/nodejs/node/pull/7897
28592859
description: The `callback` parameter is no longer optional. Not passing
@@ -2983,7 +2983,7 @@ changes:
29832983
- version: v7.6.0
29842984
pr-url: https://github.com/nodejs/node/pull/10739
29852985
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2986-
protocol. Support is currently still *experimental*.
2986+
protocol.
29872987
- version: v7.0.0
29882988
pr-url: https://github.com/nodejs/node/pull/7897
29892989
description: The `callback` parameter is no longer optional. Not passing
@@ -3049,7 +3049,7 @@ changes:
30493049
- version: v7.6.0
30503050
pr-url: https://github.com/nodejs/node/pull/10739
30513051
description: The `path` parameter can be a WHATWG `URL` object using
3052-
`file:` protocol. Support is currently still *experimental*.
3052+
`file:` protocol.
30533053
- version: v7.0.0
30543054
pr-url: https://github.com/nodejs/node/pull/7897
30553055
description: The `callback` parameter is no longer optional. Not passing
@@ -3202,7 +3202,7 @@ changes:
32023202
- version: v7.6.0
32033203
pr-url: https://github.com/nodejs/node/pull/10739
32043204
description: The `path` parameters can be a WHATWG `URL` object using
3205-
`file:` protocol. Support is currently still *experimental*.
3205+
`file:` protocol.
32063206
- version: v7.0.0
32073207
pr-url: https://github.com/nodejs/node/pull/7897
32083208
description: The `callback` parameter is no longer optional. Not passing
@@ -3275,7 +3275,7 @@ changes:
32753275
- version: v7.6.0
32763276
pr-url: https://github.com/nodejs/node/pull/10739
32773277
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3278-
protocol. Support is currently still *experimental*.
3278+
protocol.
32793279
- version: v7.0.0
32803280
pr-url: https://github.com/nodejs/node/pull/7897
32813281
description: The `callback` parameter is no longer optional. Not passing
@@ -3467,7 +3467,7 @@ changes:
34673467
- version: v7.6.0
34683468
pr-url: https://github.com/nodejs/node/pull/10739
34693469
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3470-
protocol. Support is currently still *experimental*.
3470+
protocol.
34713471
- version: v7.0.0
34723472
pr-url: https://github.com/nodejs/node/pull/7897
34733473
description: The `callback` parameter is no longer optional. Not passing
@@ -3530,7 +3530,7 @@ changes:
35303530
- version: v7.6.0
35313531
pr-url: https://github.com/nodejs/node/pull/10739
35323532
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3533-
protocol. Support is currently still *experimental*.
3533+
protocol.
35343534
- version: v7.0.0
35353535
pr-url: https://github.com/nodejs/node/pull/7897
35363536
description: The `callback` parameter is no longer optional. Not passing
@@ -3566,7 +3566,7 @@ changes:
35663566
- version: v7.6.0
35673567
pr-url: https://github.com/nodejs/node/pull/10739
35683568
description: The `filename` parameter can be a WHATWG `URL` object using
3569-
`file:` protocol. Support is currently still *experimental*.
3569+
`file:` protocol.
35703570
- version: v7.0.0
35713571
pr-url: https://github.com/nodejs/node/pull/7831
35723572
description: The passed `options` object will never be modified.
@@ -3692,7 +3692,7 @@ changes:
36923692
- version: v7.6.0
36933693
pr-url: https://github.com/nodejs/node/pull/10739
36943694
description: The `filename` parameter can be a WHATWG `URL` object using
3695-
`file:` protocol. Support is currently still *experimental*.
3695+
`file:` protocol.
36963696
-->
36973697
36983698
* `filename` {string|Buffer|URL}
@@ -4060,7 +4060,7 @@ changes:
40604060
- version: v7.6.0
40614061
pr-url: https://github.com/nodejs/node/pull/10739
40624062
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4063-
protocol. Support is currently still *experimental*.
4063+
protocol.
40644064
-->
40654065
40664066
* `path` {string|Buffer|URL}
@@ -4155,7 +4155,7 @@ changes:
41554155
- version: v7.6.0
41564156
pr-url: https://github.com/nodejs/node/pull/10739
41574157
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4158-
protocol. Support is currently still *experimental*.
4158+
protocol.
41594159
-->
41604160
41614161
* `path` {string|Buffer|URL}
@@ -4173,7 +4173,7 @@ changes:
41734173
- version: v7.6.0
41744174
pr-url: https://github.com/nodejs/node/pull/10739
41754175
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4176-
protocol. Support is currently still *experimental*.
4176+
protocol.
41774177
-->
41784178
41794179
* `path` {string|Buffer|URL}
@@ -4250,7 +4250,7 @@ changes:
42504250
- version: v7.6.0
42514251
pr-url: https://github.com/nodejs/node/pull/10739
42524252
description: The `path` parameter can be a WHATWG `URL` object using
4253-
`file:` protocol. Support is currently still *experimental*.
4253+
`file:` protocol.
42544254
-->
42554255
42564256
* `path` {string|Buffer|URL}
@@ -4447,7 +4447,7 @@ changes:
44474447
- version: v7.6.0
44484448
pr-url: https://github.com/nodejs/node/pull/10739
44494449
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4450-
protocol. Support is currently still *experimental*.
4450+
protocol.
44514451
-->
44524452
44534453
* `path` {string|Buffer|URL}
@@ -4479,7 +4479,7 @@ changes:
44794479
- version: v7.6.0
44804480
pr-url: https://github.com/nodejs/node/pull/10739
44814481
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4482-
protocol. Support is currently still *experimental*.
4482+
protocol.
44834483
-->
44844484
44854485
* `path` {string|Buffer|URL}
@@ -4552,7 +4552,7 @@ changes:
45524552
- version: v7.6.0
45534553
pr-url: https://github.com/nodejs/node/pull/10739
45544554
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4555-
protocol. Support is currently still *experimental*.
4555+
protocol.
45564556
-->
45574557
45584558
* `path` {string|Buffer|URL}
@@ -4576,7 +4576,7 @@ changes:
45764576
- version: v7.6.0
45774577
pr-url: https://github.com/nodejs/node/pull/10739
45784578
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4579-
protocol. Support is currently still *experimental*.
4579+
protocol.
45804580
-->
45814581
45824582
* `path` {string|Buffer|URL}
@@ -4604,7 +4604,7 @@ changes:
46044604
- version: v7.6.0
46054605
pr-url: https://github.com/nodejs/node/pull/10739
46064606
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4607-
protocol. Support is currently still *experimental*.
4607+
protocol.
46084608
- version: v5.0.0
46094609
pr-url: https://github.com/nodejs/node/pull/3163
46104610
description: The `path` parameter can be a file descriptor now.
@@ -4645,7 +4645,7 @@ changes:
46454645
- version: v7.6.0
46464646
pr-url: https://github.com/nodejs/node/pull/10739
46474647
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4648-
protocol. Support is currently still *experimental*.
4648+
protocol.
46494649
-->
46504650
46514651
* `path` {string|Buffer|URL}
@@ -4742,7 +4742,7 @@ changes:
47424742
- version: v7.6.0
47434743
pr-url: https://github.com/nodejs/node/pull/10739
47444744
description: The `path` parameter can be a WHATWG `URL` object using
4745-
`file:` protocol. Support is currently still *experimental*.
4745+
`file:` protocol.
47464746
- version: v6.4.0
47474747
pr-url: https://github.com/nodejs/node/pull/7899
47484748
description: Calling `realpathSync` now works again for various edge cases
@@ -4837,7 +4837,7 @@ changes:
48374837
- version: v7.6.0
48384838
pr-url: https://github.com/nodejs/node/pull/10739
48394839
description: The `path` parameters can be a WHATWG `URL` object using
4840-
`file:` protocol. Support is currently still *experimental*.
4840+
`file:` protocol.
48414841
-->
48424842
48434843
* `path` {string|Buffer|URL}
@@ -4900,7 +4900,7 @@ changes:
49004900
- version: v7.6.0
49014901
pr-url: https://github.com/nodejs/node/pull/10739
49024902
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4903-
protocol. Support is currently still *experimental*.
4903+
protocol.
49044904
-->
49054905
49064906
* `path` {string|Buffer|URL}
@@ -4959,7 +4959,7 @@ changes:
49594959
- version: v7.6.0
49604960
pr-url: https://github.com/nodejs/node/pull/10739
49614961
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4962-
protocol. Support is currently still *experimental*.
4962+
protocol.
49634963
-->
49644964
49654965
* `path` {string|Buffer|URL}
@@ -4977,7 +4977,7 @@ changes:
49774977
- version: v7.6.0
49784978
pr-url: https://github.com/nodejs/node/pull/10739
49794979
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4980-
protocol. Support is currently still *experimental*.
4980+
protocol.
49814981
- version: v4.1.0
49824982
pr-url: https://github.com/nodejs/node/pull/2387
49834983
description: Numeric strings, `NaN` and `Infinity` are now allowed

0 commit comments

Comments
 (0)