Skip to main content
Module

x/scaffold/src/deps/comlink.ts>Endpoint

scaffold your next project with style and 💗
Latest
interface Endpoint
implements EventSource
Re-export
import { type Endpoint } from "https://deno.land/x/scaffold@0.3.0/src/deps/comlink.ts";

Properties

optional
start: () => void

Methods

postMessage(message: any, transfer?: Transferable[]): void