What events are supported by writable streams in node.js?
Answer / Sunny Malik
Writable streams support the following events:n- 'drain': emitted when all data has been drained from the underlying resource, signaling that more data can be written.n- 'error': emitted if an error occurs while writing data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is rails still relevant 2019?
What is the best backend language?
Why do you use forever with Node.js ?
How to uninstall a dependency using npm?
What is mocha?
Is node js thread safe?
How will you read a file using node?
What is the preferred method of resolving unhandled exceptions in node.js?
Differentiate between node.js vs ajax?
How to debug the code using Node.js Built-In debugger?
Can you access DOM in node?
What is the passport in Node.js?