function fdatasync
Jump to headingfdatasync(fd: number,callback: NoParamCallback,): 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. No arguments other
than a possible
exception are given to the completion callback.
Parameters Jump to heading
Jump to headingfd: numberJump to headingcallback: NoParamCallbackReturn Type Jump to heading
void