Merge pull request #3891 from progre/feature/node-socket

node.js: add missing property to Socket
This commit is contained in:
Horiuchi_H
2015-03-18 19:28:12 +09:00
+3
View File
@@ -787,7 +787,10 @@ declare module "net" {
ref(): void;
remoteAddress: string;
remoteFamily: string;
remotePort: number;
localAddress: string;
localPort: number;
bytesRead: number;
bytesWritten: number;