diff --git a/doc/api/fs.md b/doc/api/fs.md index 8cc6aba48528ba..ab5728b67ff8b2 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7877,6 +7877,9 @@ string. * `'r'`: Open file for reading. An exception occurs if the file does not exist. +* `'rs'`: Open file for reading in synchronous mode. + An exception occurs if the file does not exist. + * `'r+'`: Open file for reading and writing. An exception occurs if the file does not exist.