Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Tethering.AcceptedEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Tethering.AcceptedEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { AcceptedEvent } = Protocol.Tethering;

Informs that port was successfully bound and got a specified connection id.

Properties

port: integer

Port number that was successfully bound.

connectionId: string

Connection id to be used.