Skip to main content
Latest
variable ConnectionEmittedEvents
import { ConnectionEmittedEvents } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.js";

Internal events that the Connection class emits.

type

{ readonly Disconnected: symbol; }