Quiz
Backpressure and writable.write() return value
Understand how a Writable stream signals backpressure and when to resume writing.
When you call writable.write(chunk) and it returns false, what has happened and what is the correct way to respond?
Understand how a Writable stream signals backpressure and when to resume writing.
When you call writable.write(chunk) and it returns false, what has happened and what is the correct way to respond?