In Node.js, you use the .pipe() function to transfer data from one process to another. Unfortunately, the write queue is currently busy and so .write() returns a false value.
Which of the following events will be emitted once the data buffer is emptied to resume the incoming data flow in this situation?
Options
- .drain()
- .read()
- .transform()
- .duplex()