Latest
method CDPSession.prototype.detach
import { CDPSession } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Detaches the cdpSession from the target. Once detached, the cdpSession object won't emit any events and can't be used to send messages.

Returns

Promise<void>