mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-02 08:10:05 +00:00
add maxPayload property to clientOptions in @types/ws
This commit is contained in:
1
types/ws/index.d.ts
vendored
1
types/ws/index.d.ts
vendored
@@ -141,6 +141,7 @@ declare namespace WebSocket {
|
||||
key?: CertMeta;
|
||||
pfx?: string | Buffer;
|
||||
ca?: CertMeta;
|
||||
maxPayload?: number;
|
||||
}
|
||||
|
||||
interface PerMessageDeflateOptions {
|
||||
|
||||
Reference in New Issue
Block a user