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

x/msgpack_rpc/session.ts>Session#notify

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

Notify a method with params and return a Promise which resolves when the message has sent.

Parameters

method: string
...params: unknown[]

Returns

Promise<void>