Skip to content

Commit 0056cb9

Browse files
sinkhaharuyadorno
authored andcommitted
doc: update fs flags documentation
PR-URL: #48463 Fixes: #48452 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 04dc090 commit 0056cb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/fs.md

+3
Original file line numberDiff line numberDiff line change
@@ -7877,6 +7877,9 @@ string.
78777877
* `'r'`: Open file for reading.
78787878
An exception occurs if the file does not exist.
78797879
7880+
* `'rs'`: Open file for reading in synchronous mode.
7881+
An exception occurs if the file does not exist.
7882+
78807883
* `'r+'`: Open file for reading and writing.
78817884
An exception occurs if the file does not exist.
78827885

0 commit comments

Comments
 (0)