Build
Docs
Reference
Guides
Blog
Discord
/
node:fs/promises
/
WatchOptionsWithStringEncoding
P
encoding
P
maxQueue
P
overflow
P
persistent
P
recursive
P
signal
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:fs/promises
/
WatchOptionsWithStringEncoding
P
encoding
P
maxQueue
P
overflow
P
persistent
P
recursive
P
signal
interface
fs.promises.WatchOptionsWithStringEncoding
interface
WatchOptionsWithStringEncoding
encoding
?
:
BufferEncoding
maxQueue
?
:
number
overflow
?
:
'ignore'
|
'throw'
persistent
?
:
boolean
recursive
?
:
boolean
signal
?
:
AbortSignal