Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/deno_typescript/lib.deno_core.d.ts>MessageCallback

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface MessageCallback
import { type MessageCallback } from "https://deno.land/x/deno@v0.28.1/deno_typescript/lib.deno_core.d.ts";

Call Signatures

(opId: number, msg: Uint8Array): void