Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>BrowserContext#close

Headless Chrome Deno API
Latest
method BrowserContext.prototype.close
Re-export
import { BrowserContext } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Closes the browser context. All the targets that belong to the browser context will be closed.

Returns

Promise<void>