variable
fs.constants.O_DSYNC
const O_DSYNC: number
Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity.
variable
Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity.