mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 10:59:55 +08:00
Update index.d.ts - missing IServerOptions.backlog (#15562)
This commit is contained in:
1
types/ws/index.d.ts
vendored
1
types/ws/index.d.ts
vendored
@@ -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