Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ConnectionCallback
import { type ConnectionCallback } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Properties

method: string

Methods

resolve(args: unknown): void
reject(args: unknown): void