Skip to main content
Module

x/puppeteer/mod.ts>ConnectionCallback

A port of puppeteer running on Deno
Latest
interface ConnectionCallback
import { type ConnectionCallback } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Properties

error: ProtocolError
method: string

Methods

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