summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-03-25 03:51:46 +0200
committerTobias Nießen <tniessen@tnie.de>2018-03-25 11:48:42 +0200
commitc1ed782ab497377dee1cf450254932834b38f87d (patch)
treece172b9bebab3f8575b682f8a67ea172610e6181 /doc
parentdf0a37ac363569d9c6348c603e444f089e64a89e (diff)
downloadandroid-node-v8-c1ed782ab497377dee1cf450254932834b38f87d.tar.gz
android-node-v8-c1ed782ab497377dee1cf450254932834b38f87d.tar.bz2
android-node-v8-c1ed782ab497377dee1cf450254932834b38f87d.zip
doc: add missing metadata for fs.open
PR-URL: https://github.com/nodejs/node/pull/19585 Refs: https://github.com/nodejs/node/pull/18801 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 20f041d5f1..2b1b622d04 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2076,6 +2076,9 @@ object with an `encoding` property specifying the character encoding to use.
<!-- YAML
added: v0.0.2
changes:
+ - version: v9.9.0
+ pr-url: https://github.com/nodejs/node/pull/18801
+ description: The `as` and `as+` modes are supported now.
- 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:`