We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea7238 commit 0e1981aCopy full SHA for 0e1981a
src/beta/realtime/websocket.ts
@@ -11,7 +11,7 @@ interface MessageEvent {
11
type _WebSocket =
12
typeof globalThis extends (
13
{
14
- WebSocket: infer ws;
+ WebSocket: infer ws extends abstract new (...args: any) => any;
15
}
16
) ?
17
// @ts-ignore
0 commit comments