mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update index.d.ts - missing IServerOptions.backlog (#15562)
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user