Add a write handler to the file handle fd. func is called each time data can be written to fd. A single write handler per file handle is supported. Use func = null to remove the handler.
fd
func
func = null
Generated using TypeDoc
Add a write handler to the file handle
fd
.func
is called each time data can be written tofd
. A single write handler per file handle is supported. Usefunc = null
to remove the handler.