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

x/msgpack_rpc/session.ts>Session#send

🦕 Deno module to support msgpack-rpc
Go to Latest
method Session.prototype.send
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/session.ts";

Parameters

data: Uint8Array

Returns

Promise<void>