summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-02-05 20:40:53 -0800
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-12 16:21:18 +0100
commit2287deab94cb409ee808d0c6338bc5b08a0c6c80 (patch)
tree9e3b3d2a1fc648c75030422e4091bd626eb01324 /doc
parent377cfd6fccd9e0ab455a50dada3b3cb37805479d (diff)
downloadandroid-node-v8-2287deab94cb409ee808d0c6338bc5b08a0c6c80.tar.gz
android-node-v8-2287deab94cb409ee808d0c6338bc5b08a0c6c80.tar.bz2
android-node-v8-2287deab94cb409ee808d0c6338bc5b08a0c6c80.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 2a0ce3f8a2..2210d7ecb3 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -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.