Reference

Here are some documents that might be of use to you.

Bitwise Permission Flags

NameValueDescription

READ

0x1 (1 << 0)

Allows the user to read.

WRITE

0x2 (1 << 1)

Allows the user to write.

UPDATE

0x4 (1 << 2)

Allows the user to update.

DELETE

0x8 (1 << 3)

Allows the user to delete.

Supported Node.js Versions

Last updated