Package Exports
- @quantova/x-ws
- @quantova/x-ws/browser
- @quantova/x-ws/browser.js
- @quantova/x-ws/mod
- @quantova/x-ws/mod.js
- @quantova/x-ws/node
- @quantova/x-ws/node.js
- @quantova/x-ws/package.json
- @quantova/x-ws/packageInfo
- @quantova/x-ws/packageInfo.js
- @quantova/x-ws/react-native
- @quantova/x-ws/react-native.js
- @quantova/x-ws/shim
- @quantova/x-ws/shim.js
Readme
@quantova/x-ws
A cross-environment WebSocket.
Install it via yarn add @quantova/x-ws
import { WebSocket } from '@quantova/x-ws';
...
const ws = new WebSocket('wss://example.com');