Skip to content

Commit

Permalink
fs: make URL paths no longer experimental
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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>
  • Loading branch information
jasnell authored and BridgeAR committed Feb 12, 2018
1 parent 377cfd6 commit 2287dea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2287dea

Please sign in to comment.