We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ws
1 parent 1d6b0f1 commit 68930f7Copy full SHA for 68930f7
flow-typed/npm/ws_v7.x.x.js
@@ -125,6 +125,7 @@ declare type ws$WebSocketOptions = {
125
createConnection?:
126
| ((options: net$connectOptions, callback?: () => mixed) => net$Socket)
127
| ((options: tls$connectOptions, callback?: () => mixed) => tls$TLSSocket),
128
+ rejectUnauthorized?: boolean,
129
};
130
131
declare type ws$CloseListener = (code: number, reason: string) => mixed;
0 commit comments