We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd8b20 commit f5773ecCopy full SHA for f5773ec
doc/api/fs.markdown
@@ -436,6 +436,15 @@ to the completion callback.
436
437
Synchronous fchown(2). Returns `undefined`.
438
439
+## fs.fdatasync(fd, callback)
440
+
441
+Asynchronous fdatasync(2). No arguments other than a possible exception are
442
+given to the completion callback.
443
444
+## fs.fdatasyncSync(fd)
445
446
+Synchronous fdatasync(2). Returns `undefined`.
447
448
## fs.fstat(fd, callback)
449
450
Asynchronous fstat(2). The callback gets two arguments `(err, stats)` where
0 commit comments