Skip to content

doc: update write callback documentation

Rodrigo Muino Tomonari requested to merge github/fork/simoneb/patch-1 into master
  • replace may or may not be called with will be called because the callback is always called
  • remove To reliably detect write errors, add a listener for the 'error' event because the error event will NOT be emitted if a write occurs after the stream has been closed

Fixes: https://github.com/nodejs/node/issues/38704

Merge request reports

Loading