add maxPayload property to clientOptions in @types/ws

This commit is contained in:
Yuan Gao
2018-08-07 18:43:34 +08:00
parent 480f7557d2
commit f3f6643104

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

@@ -141,6 +141,7 @@ declare namespace WebSocket {
key?: CertMeta;
pfx?: string | Buffer;
ca?: CertMeta;
maxPayload?: number;
}
interface PerMessageDeflateOptions {