mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
fs: make URL paths no longer experimental
PR-URL: https://github.com/nodejs/node/pull/18591 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
377cfd6fcc
commit
2287deab94
@ -164,9 +164,6 @@ example `fs.readdirSync('c:\\')` can potentially return a different result than
|
||||
<!-- YAML
|
||||
added: v7.6.0
|
||||
-->
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
For most `fs` module functions, the `path` or `filename` argument may be passed
|
||||
as a WHATWG [`URL`][] object. Only [`URL`][] objects using the `file:` protocol
|
||||
are supported.
|
||||
|
Loading…
Reference in New Issue
Block a user