Unverified Commit 8a8b43e1 authored by Sameer Srivastava's avatar Sameer Srivastava Committed by Michaël Zasso
Browse files

fs,net: emit 'ready' for fs streams and sockets

... in addition to the event names they currently use.

Currently, various internal streams have different events that
indicate that the underlying resource has successfully been
established. This commit adds ready event for fs and net
sockets to standardize on emitting ready for all of these streams.

PR-URL: https://github.com/nodejs/node/pull/19408
Fixes: https://github.com/nodejs/node/issues/19304


Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent fdc51a13
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment