View source
enum abstract WriteStreamEvent<T>(Event<T>)
package js.node.fs
to Event<T>
import js.node.fs.WriteStream
Variables
inlineread onlyOpen:WriteStreamEvent<Int ‑> Void> = "open"
Emitted when the WriteStream
's file is opened.
Listener arguments:
fd - file descriptor used by the `WriteStream`.