From 6fdac38f91971f3b7695b2840c74a3b22aaa2b3d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 31 May 2021 17:41:44 +0200 Subject: [PATCH] doc,fs: remove experimental status for WHATWG URL as path PR-URL: https://github.com/nodejs/node/pull/38870 Reviewed-By: Darshan Sen Reviewed-By: Zijian Liu --- doc/api/fs.md | 68 +++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 833e9e4b7d1829..7fcb20418e3413 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1343,7 +1343,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v6.3.0 pr-url: https://github.com/nodejs/node/pull/6534 description: The constants like `fs.R_OK`, etc which were present directly @@ -1611,7 +1611,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -1698,7 +1698,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -1819,7 +1819,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7831 description: The passed `options` object will never be modified. @@ -1927,7 +1927,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7831 description: The passed `options` object will never be modified. @@ -1989,7 +1989,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. --> > Stability: 0 - Deprecated: Use [`fs.stat()`][] or [`fs.access()`][] instead. @@ -2459,7 +2459,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -2502,7 +2502,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -2648,7 +2648,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -2789,7 +2789,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -2836,7 +2836,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -2966,7 +2966,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -3032,7 +3032,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -3171,7 +3171,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameters can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -3247,7 +3247,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -3435,7 +3435,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -3498,7 +3498,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing @@ -3534,7 +3534,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `filename` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. - version: v7.0.0 pr-url: https://github.com/nodejs/node/pull/7831 description: The passed `options` object will never be modified. @@ -3660,7 +3660,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `filename` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. --> * `filename` {string|Buffer|URL} @@ -4024,7 +4024,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4119,7 +4119,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4137,7 +4137,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4214,7 +4214,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. --> * `path` {string|Buffer|URL} @@ -4411,7 +4411,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4443,7 +4443,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4520,7 +4520,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4544,7 +4544,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4572,7 +4572,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v5.0.0 pr-url: https://github.com/nodejs/node/pull/3163 description: The `path` parameter can be a file descriptor now. @@ -4613,7 +4613,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4710,7 +4710,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. - version: v6.4.0 pr-url: https://github.com/nodejs/node/pull/7899 description: Calling `realpathSync` now works again for various edge cases @@ -4791,7 +4791,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameters can be a WHATWG `URL` object using - `file:` protocol. Support is currently still *experimental*. + `file:` protocol. --> * `path` {string|Buffer|URL} @@ -4857,7 +4857,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4916,7 +4916,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. --> * `path` {string|Buffer|URL} @@ -4934,7 +4934,7 @@ changes: - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: The `path` parameter can be a WHATWG `URL` object using `file:` - protocol. Support is currently still *experimental*. + protocol. - version: v4.1.0 pr-url: https://github.com/nodejs/node/pull/2387 description: Numeric strings, `NaN` and `Infinity` are now allowed