Skip to main content
Module

x/polkadot/x-ws/README.md

Package publishing for deno.land/x/polkadot
Go to Latest
File

@polkadot/x-ws

A cross-environment WebSocket.

Install it via yarn add @polkadot/x-ws

import { WebSocket } from '@polkadot/x-ws';

...
const ws = new WebSocket('wss://example.com');