@@ -3548,7 +3548,7 @@ the error raised if the file is not accessible.
3548
3548
added: REPLACEME
3549
3549
-->
3550
3550
3551
- * ` file ` {string|Buffer|[ FileHandle] [ ] } filename or ` FileHandle `
3551
+ * ` file ` {string|Buffer|URL| [ FileHandle] [ ] } filename or ` FileHandle `
3552
3552
* ` data ` {string|Buffer}
3553
3553
* ` options ` {Object|string}
3554
3554
* ` encoding ` {string|null} ** Default:** ` 'utf8' `
@@ -3762,7 +3762,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
3762
3762
deprecated: REPLACEME
3763
3763
-->
3764
3764
3765
- * ` path ` {string|Buffer}
3765
+ * ` path ` {string|Buffer|URL }
3766
3766
* ` mode ` {integer}
3767
3767
* Returns: {Promise}
3768
3768
@@ -3774,7 +3774,7 @@ no arguments upon success. This method is only implemented on macOS.
3774
3774
deprecated: REPLACEME
3775
3775
-->
3776
3776
3777
- * ` path ` {string|Buffer}
3777
+ * ` path ` {string|Buffer|URL }
3778
3778
* ` uid ` {integer}
3779
3779
* ` gid ` {integer}
3780
3780
* Returns: {Promise}
@@ -4105,7 +4105,7 @@ the `target` argument will automatically be normalized to absolute path.
4105
4105
added: REPLACEME
4106
4106
-->
4107
4107
4108
- * ` path ` {string|Buffer}
4108
+ * ` path ` {string|Buffer|URL }
4109
4109
* ` len ` {integer} ** Default:** ` 0 `
4110
4110
* Returns: {Promise}
4111
4111
@@ -4180,7 +4180,7 @@ the end of the file.
4180
4180
added: REPLACEME
4181
4181
-->
4182
4182
4183
- * ` file ` {string|Buffer|[ FileHandle] [ ] } filename or ` FileHandle `
4183
+ * ` file ` {string|Buffer|URL| [ FileHandle] [ ] } filename or ` FileHandle `
4184
4184
* ` data ` {string|Buffer|Uint8Array}
4185
4185
* ` options ` {Object|string}
4186
4186
* ` encoding ` {string|null} ** Default:** ` 'utf8' `
0 commit comments