We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error
close
write after end
invalid argument
open
errorOrDestroy
close()
_write
instanceof Buffer
end()
destroy()
The text was updated successfully, but these errors were encountered:
I'm moving this into my own list and will open PR's accordingly when my number of open PR's drop.
Sorry, something went wrong.
No branches or pull requests
error
can be emitted afterclose
write after end
invalid argument
open
can be emitted aftererror
errorOrDestroy
onclose()
error
, useerrorOrDestroy
or callback._write
does an unnecessary check forinstanceof Buffer
(fs: unecessary argument validation #29043).end()
instead ofdestroy()
. Keep track of pendingcb instead. (related issue stream: Writable should not invoke _destroy while pending ops #29044)The text was updated successfully, but these errors were encountered: