UNPKG

@supabase/realtime-js

Version:

Listen to realtime updates to your PostgreSQL database

6 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Browser WebSocket implementation const WebSocketImpl = window.WebSocket; exports.default = WebSocketImpl; //# sourceMappingURL=WebSocket.browser.js.map