mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-15 10:21:11 +00:00
63781f8889
- Published from build/ directories for correct npm structure - Updated wasm dependencies to 7.5.17 - All packages now have index.js at root level
@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');