UNPKG

@supabase/realtime-js

Version:

Listen to realtime updates to your PostgreSQL database

10 lines 306 B
declare const WebSocketImpl: { new (url: string | URL, protocols?: string | string[]): WebSocket; prototype: WebSocket; readonly CONNECTING: 0; readonly OPEN: 1; readonly CLOSING: 2; readonly CLOSED: 3; }; export default WebSocketImpl; //# sourceMappingURL=WebSocket.native.d.ts.map