variable constants.O_NONBLOCK Usage in Denoimport { constants } from "node:fs"; const { O_NONBLOCK } = constants; Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. Type number