-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.
Description
- 15
- Irrelevant
- Irrelevant
What steps will reproduce the bug?
The new SocketAddress class has a typo:
InternalSocketAddress.prototype.constructor = SocketAddress.prototype.construtor;
should be:
InternalSocketAddress.prototype.constructor = SocketAddress.prototype.constructor;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.