Skip to content

Commit 35ce3a8

Browse files
jasnellMylesBorins
authored andcommitted
fs: make URL paths no longer experimental
PR-URL: #18591 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5e5276b commit 35ce3a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/api/fs.md

-3
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ example `fs.readdirSync('c:\\')` can potentially return a different result than
164164
<!-- YAML
165165
added: v7.6.0
166166
-->
167-
168-
> Stability: 1 - Experimental
169-
170167
For most `fs` module functions, the `path` or `filename` argument may be passed
171168
as a WHATWG [`URL`][] object. Only [`URL`][] objects using the `file:` protocol
172169
are supported.

0 commit comments

Comments
 (0)