Update index.d.ts - missing IServerOptions.backlog (#15562)

This commit is contained in:
Sean Krail
2017-04-17 11:27:04 -04:00
committed by Andy
parent 2fd5e227fb
commit df6284e4de

1
types/ws/index.d.ts vendored
View File

@@ -112,6 +112,7 @@ declare namespace WebSocket {
host?: string;
port?: number;
server?: http.Server | https.Server;
backlog?: number;
verifyClient?: VerifyClientCallbackAsync | VerifyClientCallbackSync;
handleProtocols?: any;
path?: string;