Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/streams/stream_utils.ts>websocketWritable

Storage for private, distributed, offline-first applications.
Go to Latest
function websocketWritable
import { websocketWritable } from "https://deno.land/x/earthstar@v10.2.0/src/streams/stream_utils.ts";

Parameters

socketOrUrl: WebSocket | string
prepareToSend: (outgoing: T) =>
| string
| ArrayBufferLike
| Blob
| ArrayBufferView