What events are supported by writable streams in node.js?



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

Post New Answer

More Node.js Interview Questions

Is rails still relevant 2019?

1 Answers  


What is the best backend language?

1 Answers  


Why do you use forever with Node.js ?

1 Answers  


How to uninstall a dependency using npm?

1 Answers  


What is mocha?

1 Answers  


Is node js thread safe?

1 Answers  


How will you read a file using node?

1 Answers  


What is the preferred method of resolving unhandled exceptions in node.js?

1 Answers  


Differentiate between node.js vs ajax?

1 Answers  


How to debug the code using Node.js Built-In debugger?

1 Answers  


Can you access DOM in node?

1 Answers  


What is the passport in Node.js?

1 Answers  


Categories