mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-07-24 09:15:39 +00:00
ef74383349
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pezkuwi/x-ws
A cross-environment WebSocket.
Install it via yarn add @pezkuwi/x-ws
import { WebSocket } from '@pezkuwi/x-ws';
...
const ws = new WebSocket('wss://example.com');