-
-
Couldn't load subscription status.
- Fork 33.6k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Description
Currently, various internal streams have different events that indicate that the underlying resource has successfully been established:
fsstreams use theopenevent once the file descriptor is availablenet.Sockets use theconnectevent once the socket has been establishedHttp2Streams use thereadyevent once the underlying http/2 session is established
I would like to suggest standardizing on emitting ready for all of these streams, i.e. emitting ready for fs streams and network sockets in addition to the event names they currently use.
If there are no objections, I think this makes for a good first contribution.
sindresorhus, prog1dev, zaclummys, mkutny and Afzalshah38
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.