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;
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;