8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c90fd8 commit 8c7b2baCopy full SHA for 8c7b2ba
doc/api/fs.md
@@ -1350,7 +1350,7 @@ changes:
1350
- version: v7.6.0
1351
pr-url: https://github.com/nodejs/node/pull/10739
1352
description: The `path` parameter can be a WHATWG `URL` object using `file:`
1353
- protocol. Support is currently still *experimental*.
+ protocol.
1354
- version: v6.3.0
1355
pr-url: https://github.com/nodejs/node/pull/6534
1356
description: The constants like `fs.R_OK`, etc which were present directly
@@ -1618,7 +1618,7 @@ changes:
1618
1619
1620
1621
1622
- version: v7.0.0
1623
pr-url: https://github.com/nodejs/node/pull/7897
1624
description: The `callback` parameter is no longer optional. Not passing
@@ -1705,7 +1705,7 @@ changes:
1705
1706
1707
1708
1709
1710
1711
@@ -1830,7 +1830,7 @@ changes:
1830
1831
1832
description: The `path` parameter can be a WHATWG `URL` object using
1833
- `file:` protocol. Support is currently still *experimental*.
+ `file:` protocol.
1834
1835
pr-url: https://github.com/nodejs/node/pull/7831
1836
description: The passed `options` object will never be modified.
@@ -1942,7 +1942,7 @@ changes:
1942
1943
1944
1945
1946
1947
1948
@@ -2004,7 +2004,7 @@ changes:
2004
2005
2006
2007
2008
-->
2009
2010
> Stability: 0 - Deprecated: Use [`fs.stat()`][] or [`fs.access()`][] instead.
@@ -2475,7 +2475,7 @@ changes:
2475
2476
2477
2478
2479
2480
2481
@@ -2518,7 +2518,7 @@ changes:
2518
2519
2520
2521
2522
2523
2524
@@ -2661,7 +2661,7 @@ changes:
2661
2662
2663
2664
2665
2666
2667
* `path` {string|Buffer|URL}
@@ -2802,7 +2802,7 @@ changes:
2802
2803
2804
2805
2806
2807
2808
@@ -2853,7 +2853,7 @@ changes:
2853
2854
2855
2856
2857
2858
2859
@@ -2983,7 +2983,7 @@ changes:
2983
2984
2985
2986
2987
2988
2989
@@ -3049,7 +3049,7 @@ changes:
3049
3050
3051
3052
3053
3054
3055
@@ -3202,7 +3202,7 @@ changes:
3202
3203
3204
description: The `path` parameters can be a WHATWG `URL` object using
3205
3206
3207
3208
@@ -3275,7 +3275,7 @@ changes:
3275
3276
3277
3278
3279
3280
3281
@@ -3467,7 +3467,7 @@ changes:
3467
3468
3469
3470
3471
3472
3473
@@ -3530,7 +3530,7 @@ changes:
3530
3531
3532
3533
3534
3535
3536
@@ -3566,7 +3566,7 @@ changes:
3566
3567
3568
description: The `filename` parameter can be a WHATWG `URL` object using
3569
3570
3571
3572
@@ -3692,7 +3692,7 @@ changes:
3692
3693
3694
3695
3696
3697
3698
* `filename` {string|Buffer|URL}
@@ -4060,7 +4060,7 @@ changes:
4060
4061
4062
4063
4064
4065
4066
@@ -4155,7 +4155,7 @@ changes:
4155
4156
4157
4158
4159
4160
4161
@@ -4173,7 +4173,7 @@ changes:
4173
4174
4175
4176
4177
4178
4179
@@ -4250,7 +4250,7 @@ changes:
4250
4251
4252
4253
4254
4255
4256
@@ -4447,7 +4447,7 @@ changes:
4447
4448
4449
4450
4451
4452
4453
@@ -4479, 325A 7 +4479,7 @@ changes:
4479
4480
4481
4482
4483
4484
4485
@@ -4552,7 +4552,7 @@ changes:
4552
4553
4554
4555
4556
4557
4558
@@ -4576,7 +4576,7 @@ changes:
4576
4577
4578
4579
4580
4581
4582
@@ -4604,7 +4604,7 @@ changes:
4604
4605
4606
4607
4608
- version: v5.0.0
4609
pr-url: https://github.com/nodejs/node/pull/3163
4610
description: The `path` parameter can be a file descriptor now.
@@ -4645,7 +4645,7 @@ changes:
4645
4646
4647
4648
4649
4650
4651
@@ -4742,7 +4742,7 @@ changes:
4742
4743
4744
4745
4746
- version: v6.4.0
4747
pr-url: https://github.com/nodejs/node/pull/7899
4748
description: Calling `realpathSync` now works again for various edge cases
@@ -4837,7 +4837,7 @@ changes:
4837
4838
4839
4840
4841
4842
4843
@@ -4900,7 +4900,7 @@ changes:
4900
4901
4902
4903
4904
4905
4906
@@ -4959,7 +4959,7 @@ changes:
4959
4960
4961
4962
4963
4964
4965
@@ -4977,7 +4977,7 @@ changes:
4977
4978
4979
4980
4981
- version: v4.1.0
4982
pr-url: https://github.com/nodejs/node/pull/2387
4983
description: Numeric strings, `NaN` and `Infinity` are now allowed