The Writable stream interface is an abstraction for a destination that you are writing data to.
Implemented in:
- Since:
-
- 0.1.9
Methods
-
write(data)
-
Write data to the underlying destination
Parameters:
Name Type Description data
* Data to write
- Since:
-
- 0.1.9
Returns:
Resolved when ready
- Type
- Promise