Here are some documents that might be of use to you.
READ
0x1 (1 << 0)
0x1
(1 << 0)
Allows the user to read.
WRITE
0x2 (1 << 1)
0x2
(1 << 1)
Allows the user to write.
UPDATE
0x4 (1 << 2)
0x4
(1 << 2)
Allows the user to update.
DELETE
0x8 (1 << 3)
0x8
(1 << 3)
Allows the user to delete.
Node.js v12arrow-up-right
Node.js v13arrow-up-right
Node.js v14arrow-up-right
Node.js v15arrow-up-right
Node.js v16arrow-up-right
Last updated 2 years ago