We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cc817 commit 9f650d0Copy full SHA for 9f650d0
1 file changed
types.ts
@@ -46,6 +46,7 @@ export type Key = string | number[] | ArrayBuffer | Uint8ArrayArrayBuffer;
46
47
export interface UpgradeWebSocketOptions {
48
protocol?: string;
49
+ idleTimeout?: number;
50
}
51
52
export type UpgradeWebSocketFn = (
0 commit comments