Skip to main content
constants.O_NONBLOCK - fs - Node documentation
variable constants.O_NONBLOCK

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible.

Type

number