Build
Docs
Reference
Guides
Blog
Discord
/
node:fs
/
WriteStreamOptions
P
autoClose
P
emitClose
P
encoding
P
fd
P
flags
P
flush
P
fs
P
highWaterMark
P
mode
P
signal
P
start
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:fs
/
WriteStreamOptions
P
autoClose
P
emitClose
P
encoding
P
fd
P
flags
P
flush
P
fs
P
highWaterMark
P
mode
P
signal
P
start
interface
fs.WriteStreamOptions
interface
WriteStreamOptions
autoClose
?
:
boolean
emitClose
?
:
boolean
encoding
?
:
BufferEncoding
fd
?
:
number
|
FileHandle
flags
?
:
string
flush
?
:
boolean
fs
?
:
null
|
CreateWriteStreamFSImplementation
highWaterMark
?
:
number
mode
?
:
number
signal
?
:
null
|
AbortSignal
start
?
:
number