constants.O_DSYNC - Node documentation
variable constants.O_DSYNC

Usage in Deno

import { constants } from "node:fs";
const { O_DSYNC } = constants;

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

Type

number