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

Internal events that the Connection class emits.

type

{ readonly Disconnected: symbol; }