Skip to content

Commit 4ab70f6

Browse files
sinkhahapull[bot]
authored andcommitted
doc: update fs flags documentation
PR-URL: nodejs#48463 Fixes: nodejs#48452 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent a413304 commit 4ab70f6

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
@@ -7973,6 +7973,9 @@ string.
79737973
* `'r'`: Open file for reading.
79747974
An exception occurs if the file does not exist.
79757975
7976+
* `'rs'`: Open file for reading in synchronous mode.
7977+
An exception occurs if the file does not exist.
7978+
79767979
* `'r+'`: Open file for reading and writing.
79777980
An exception occurs if the file does not exist.
79787981

0 commit comments

Comments
 (0)