function fdatasyncSync
Jump to headingfdatasyncSync(fd: number): voidForces all currently queued I/O operations associated with the file to the
operating system's synchronized I/O completion state. Refer to the POSIX fdatasync(2) documentation for details. Returns undefined.
Parameters Jump to heading
Jump to headingfd: numberReturn Type Jump to heading
void