Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Tethering.AcceptedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.