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

x/puppeteer/mod.ts>JSHandle#dispose

A port of puppeteer running on Deno
Latest
method JSHandle.prototype.dispose
Re-export
import { JSHandle } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Releases the object referenced by the handle for garbage collection.

Returns

Promise<void>