Skip to content

Commit 6fdac38

Browse files
aduh95targos
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 f799c46 commit 6fdac38

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
@@ -1343,7 +1343,7 @@ changes:
13431343
- version: v7.6.0
13441344
pr-url: https://github.com/nodejs/node/pull/10739
13451345
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1346-
protocol. Support is currently still *experimental*.
1346+
protocol.
13471347
- version: v6.3.0
13481348
pr-url: https://github.com/nodejs/node/pull/6534
13491349
description: The constants like `fs.R_OK`, etc which were present directly
@@ -1611,7 +1611,7 @@ changes:
16111611
- version: v7.6.0
16121612
pr-url: https://github.com/nodejs/node/pull/10739
16131613
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1614-
protocol. Support is currently still *experimental*.
1614+
protocol.
16151615
- version: v7.0.0
16161616
pr-url: https://github.com/nodejs/node/pull/7897
16171617
description: The `callback` parameter is no longer optional. Not passing
@@ -1698,7 +1698,7 @@ changes:
16981698
- version: v7.6.0
16991699
pr-url: https://github.com/nodejs/node/pull/10739
17001700
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1701-
protocol. Support is currently still *experimental*.
1701+
protocol.
17021702
- version: v7.0.0
17031703
pr-url: https://github.com/nodejs/node/pull/7897
17041704
description: The `callback` parameter is no longer optional. Not passing
@@ -1819,7 +1819,7 @@ changes:
18191819
- version: v7.6.0
18201820
pr-url: https://github.com/nodejs/node/pull/10739
18211821
description: The `path` parameter can be a WHATWG `URL` object using
1822-
`file:` protocol. Support is currently still *experimental*.
1822+
`file:` protocol.
18231823
- version: v7.0.0
18241824
pr-url: https://github.com/nodejs/node/pull/7831
18251825
description: The passed `options` object will never be modified.
@@ -1927,7 +1927,7 @@ changes:
19271927
- version: v7.6.0
19281928
pr-url: https://github.com/nodejs/node/pull/10739
19291929
description: The `path` parameter can be a WHATWG `URL` object using
1930-
`file:` protocol. Support is currently still *experimental*.
1930+
`file:` protocol.
19311931
- version: v7.0.0
19321932
pr-url: https://github.com/nodejs/node/pull/7831
19331933
description: The passed `options` object will never be modified.
@@ -1989,7 +1989,7 @@ changes:
19891989
- version: v7.6.0
19901990
pr-url: https://github.com/nodejs/node/pull/10739
19911991
description: The `path` parameter can be a WHATWG `URL` object using
1992-
`file:` protocol. Support is currently still *experimental*.
1992+
`file:` protocol.
19931993
-->
19941994
19951995
> Stability: 0 - Deprecated: Use [`fs.stat()`][] or [`fs.access()`][] instead.
@@ -2459,7 +2459,7 @@ changes:
24592459
- version: v7.6.0
24602460
pr-url: https://github.com/nodejs/node/pull/10739
24612461
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2462-
protocol. Support is currently still *experimental*.
2462+
protocol.
24632463
- version: v7.0.0
24642464
pr-url: https://github.com/nodejs/node/pull/7897
24652465
description: The `callback` parameter is no longer optional. Not passing
@@ -2502,7 +2502,7 @@ changes:
25022502
- version: v7.6.0
25032503
pr-url: https://github.com/nodejs/node/pull/10739
25042504
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2505-
protocol. Support is currently still *experimental*.
2505+
protocol.
25062506
- version: v7.0.0
25072507
pr-url: https://github.com/nodejs/node/pull/7897
25082508
description: The `callback` parameter is no longer optional. Not passing
@@ -2648,7 +2648,7 @@ changes:
26482648
- version: v7.6.0
26492649
pr-url: https://github.com/nodejs/node/pull/10739
26502650
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2651-
protocol. Support is currently still *experimental*.
2651+
protocol.
26522652
-->
26532653
26542654
* `path` {string|Buffer|URL}
@@ -2789,7 +2789,7 @@ changes:
27892789
- version: v7.6.0
27902790
pr-url: https://github.com/nodejs/node/pull/10739
27912791
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2792-
protocol. Support is currently still *experimental*.
2792+
protocol.
27932793
- version: v7.0.0
27942794
pr-url: https://github.com/nodejs/node/pull/7897
27952795
description: The `callback` parameter is no longer optional. Not passing
@@ -2836,7 +2836,7 @@ changes:
28362836
- version: v7.6.0
28372837
pr-url: https://github.com/nodejs/node/pull/10739
28382838
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2839-
protocol. Support is currently still *experimental*.
2839+
protocol.
28402840
- version: v7.0.0
28412841
pr-url: https://github.com/nodejs/node/pull/7897
28422842
description: The `callback` parameter is no longer optional. Not passing
@@ -2966,7 +2966,7 @@ changes:
29662966
- version: v7.6.0
29672967
pr-url: https://github.com/nodejs/node/pull/10739
29682968
description: The `path` parameter can be a WHATWG `URL` object using `file:`
2969-
protocol. Support is currently still *experimental*.
2969+
protocol.
29702970
- version: v7.0.0
29712971
pr-url: https://github.com/nodejs/node/pull/7897
29722972
description: The `callback` parameter is no longer optional. Not passing
@@ -3032,7 +3032,7 @@ changes:
30323032
- version: v7.6.0
30333033
pr-url: https://github.com/nodejs/node/pull/10739
30343034
description: The `path` parameter can be a WHATWG `URL` object using
3035-
`file:` protocol. Support is currently still *experimental*.
3035+
`file:` protocol.
30363036
- version: v7.0.0
30373037
pr-url: https://github.com/nodejs/node/pull/7897
30383038
description: The `callback` parameter is no longer optional. Not passing
@@ -3171,7 +3171,7 @@ changes:
31713171
- version: v7.6.0
31723172
pr-url: https://github.com/nodejs/node/pull/10739
31733173
description: The `path` parameters can be a WHATWG `URL` object using
3174-
`file:` protocol. Support is currently still *experimental*.
3174+
`file:` protocol.
31753175
- version: v7.0.0
31763176
pr-url: https://github.com/nodejs/node/pull/7897
31773177
description: The `callback` parameter is no longer optional. Not passing
@@ -3247,7 +3247,7 @@ changes:
32473247
- version: v7.6.0
32483248
pr-url: https://github.com/nodejs/node/pull/10739
32493249
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3250-
protocol. Support is currently still *experimental*.
3250+
protocol.
32513251
- version: v7.0.0
32523252
pr-url: https://github.com/nodejs/node/pull/7897
32533253
description: The `callback` parameter is no longer optional. Not passing
@@ -3435,7 +3435,7 @@ changes:
34353435
- version: v7.6.0
34363436
pr-url: https://github.com/nodejs/node/pull/10739
34373437
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3438-
protocol. Support is currently still *experimental*.
3438+
protocol.
34393439
- version: v7.0.0
34403440
pr-url: https://github.com/nodejs/node/pull/7897
34413441
description: The `callback` parameter is no longer optional. Not passing
@@ -3498,7 +3498,7 @@ changes:
34983498
- version: v7.6.0
34993499
pr-url: https://github.com/nodejs/node/pull/10739
35003500
description: The `path` parameter can be a WHATWG `URL` object using `file:`
3501-
protocol. Support is currently still *experimental*.
3501+
protocol.
35023502
- version: v7.0.0
35033503
pr-url: https://github.com/nodejs/node/pull/7897
35043504
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 `filename` parameter can be a WHATWG `URL` object using
3537-
`file:` protocol. Support is currently still *experimental*.
3537+
`file:` protocol.
35383538
- version: v7.0.0
35393539
pr-url: https://github.com/nodejs/node/pull/7831
35403540
description: The passed `options` object will never be modified.
@@ -3660,7 +3660,7 @@ changes:
36603660
- version: v7.6.0
36613661
pr-url: https://github.com/nodejs/node/pull/10739
36623662
description: The `filename` parameter can be a WHATWG `URL` object using
3663-
`file:` protocol. Support is currently still *experimental*.
3663+
`file:` protocol.
36643664
-->
36653665
36663666
* `filename` {string|Buffer|URL}
@@ -4024,7 +4024,7 @@ changes:
40244024
- version: v7.6.0
40254025
pr-url: https://github.com/nodejs/node/pull/10739
40264026
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4027-
protocol. Support is currently still *experimental*.
4027+
protocol.
40284028
-->
40294029
40304030
* `path` {string|Buffer|URL}
@@ -4119,7 +4119,7 @@ changes:
41194119
- version: v7.6.0
41204120
pr-url: https://github.com/nodejs/node/pull/10739
41214121
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4122-
protocol. Support is currently still *experimental*.
4122+
protocol.
41234123
-->
41244124
41254125
* `path` {string|Buffer|URL}
@@ -4137,7 +4137,7 @@ changes:
41374137
- version: v7.6.0
41384138
pr-url: https://github.com/nodejs/node/pull/10739
41394139
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4140-
protocol. Support is currently still *experimental*.
4140+
protocol.
41414141
-->
41424142
41434143
* `path` {string|Buffer|URL}
@@ -4214,7 +4214,7 @@ changes:
42144214
- version: v7.6.0
42154215
pr-url: https://github.com/nodejs/node/pull/10739
42164216
description: The `path` parameter can be a WHATWG `URL` object using
4217-
`file:` protocol. Support is currently still *experimental*.
4217+
`file:` protocol.
42184218
-->
42194219
42204220
* `path` {string|Buffer|URL}
@@ -4411,7 +4411,7 @@ changes:
44114411
- version: v7.6.0
44124412
pr-url: https://github.com/nodejs/node/pull/10739
44134413
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4414-
protocol. Support is currently still *experimental*.
4414+
protocol.
44154415
-->
44164416
44174417
* `path` {string|Buffer|URL}
@@ -4443,7 +4443,7 @@ changes:
44434443
- version: v7.6.0
44444444
pr-url: https://github.com/nodejs/node/pull/10739
44454445
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4446-
protocol. Support is currently still *experimental*.
4446+
protocol.
44474447
-->
44484448
44494449
* `path` {string|Buffer|URL}
@@ -4520,7 +4520,7 @@ changes:
45204520
- version: v7.6.0
45214521
pr-url: https://github.com/nodejs/node/pull/10739
45224522
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4523-
protocol. Support is currently still *experimental*.
4523+
protocol.
45244524
-->
45254525
45264526
* `path` {string|Buffer|URL}
@@ -4544,7 +4544,7 @@ changes:
45444544
- version: v7.6.0
45454545
pr-url: https://github.com/nodejs/node/pull/10739
45464546
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4547-
protocol. Support is currently still *experimental*.
4547+
protocol.
45484548
-->
45494549
45504550
* `path` {string|Buffer|URL}
@@ -4572,7 +4572,7 @@ changes:
45724572
- version: v7.6.0
45734573
pr-url: https://github.com/nodejs/node/pull/10739
45744574
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4575-
protocol. Support is currently still *experimental*.
4575+
protocol.
45764576
- version: v5.0.0
45774577
pr-url: https://github.com/nodejs/node/pull/3163
45784578
description: The `path` parameter can be a file descriptor now.
@@ -4613,7 +4613,7 @@ changes:
46134613
- version: v7.6.0
46144614
pr-url: https://github.com/nodejs/node/pull/10739
46154615
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4616-
protocol. Support is currently still *experimental*.
4616+
protocol.
46174617
-->
46184618
46194619
* `path` {string|Buffer|URL}
@@ -4710,7 +4710,7 @@ changes:
47104710
- version: v7.6.0
47114711
pr-url: https://github.com/nodejs/node/pull/10739
47124712
description: The `path` parameter can be a WHATWG `URL` object using
4713-
`file:` protocol. Support is currently still *experimental*.
4713+
`file:` protocol.
47144714
- version: v6.4.0
47154715
pr-url: https://github.com/nodejs/node/pull/7899
47164716
description: Calling `realpathSync` now works again for various edge cases
@@ -4791,7 +4791,7 @@ changes:
47914791
- version: v7.6.0
47924792
pr-url: https://github.com/nodejs/node/pull/10739
47934793
description: The `path` parameters can be a WHATWG `URL` object using
4794-
`file:` protocol. Support is currently still *experimental*.
4794+
`file:` protocol.
47954795
-->
47964796
47974797
* `path` {string|Buffer|URL}
@@ -4857,7 +4857,7 @@ changes:
48574857
- version: v7.6.0
48584858
pr-url: https://github.com/nodejs/node/pull/10739
48594859
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4860-
protocol. Support is currently still *experimental*.
4860+
protocol.
48614861
-->
48624862
48634863
* `path` {string|Buffer|URL}
@@ -4916,7 +4916,7 @@ changes:
49164916
- version: v7.6.0
49174917
pr-url: https://github.com/nodejs/node/pull/10739
49184918
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4919-
protocol. Support is currently still *experimental*.
4919+
protocol.
49204920
-->
49214921
49224922
* `path` {string|Buffer|URL}
@@ -4934,7 +4934,7 @@ changes:
49344934
- version: v7.6.0
49354935
pr-url: https://github.com/nodejs/node/pull/10739
49364936
description: The `path` parameter can be a WHATWG `URL` object using `file:`
4937-
protocol. Support is currently still *experimental*.
4937+
protocol.
49384938
- version: v4.1.0
49394939
pr-url: https://github.com/nodejs/node/pull/2387
49404940
description: Numeric strings, `NaN` and `Infinity` are now allowed

0 commit comments

Comments
 (0)