@@ -3548,7 +3548,7 @@ the error raised if the file is not accessible.
35483548added: REPLACEME
35493549-->
35503550
3551- * ` file ` {string|Buffer|[ FileHandle] [ ] } filename or ` FileHandle `
3551+ * ` file ` {string|Buffer|URL| [ FileHandle] [ ] } filename or ` FileHandle `
35523552* ` data ` {string|Buffer}
35533553* ` options ` {Object|string}
35543554 * ` encoding ` {string|null} ** Default:** ` 'utf8' `
@@ -3762,7 +3762,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
37623762deprecated: REPLACEME
37633763-->
37643764
3765- * ` path ` {string|Buffer}
3765+ * ` path ` {string|Buffer|URL }
37663766* ` mode ` {integer}
37673767* Returns: {Promise}
37683768
@@ -3774,7 +3774,7 @@ no arguments upon success. This method is only implemented on macOS.
37743774deprecated: REPLACEME
37753775-->
37763776
3777- * ` path ` {string|Buffer}
3777+ * ` path ` {string|Buffer|URL }
37783778* ` uid ` {integer}
37793779* ` gid ` {integer}
37803780* Returns: {Promise}
@@ -4105,7 +4105,7 @@ the `target` argument will automatically be normalized to absolute path.
41054105added: REPLACEME
41064106-->
41074107
4108- * ` path ` {string|Buffer}
4108+ * ` path ` {string|Buffer|URL }
41094109* ` len ` {integer} ** Default:** ` 0 `
41104110* Returns: {Promise}
41114111
@@ -4180,7 +4180,7 @@ the end of the file.
41804180added: REPLACEME
41814181-->
41824182
4183- * ` file ` {string|Buffer|[ FileHandle] [ ] } filename or ` FileHandle `
4183+ * ` file ` {string|Buffer|URL| [ FileHandle] [ ] } filename or ` FileHandle `
41844184* ` data ` {string|Buffer|Uint8Array}
41854185* ` options ` {Object|string}
41864186 * ` encoding ` {string|null} ** Default:** ` 'utf8' `
0 commit comments