method JSHandle.prototype.disposeRe-exportimport { JSHandle } from "https://deno.land/x/puppeteer@16.2.0/mod.ts"; dispose(): Promise<void>Releases the object referenced by the handle for garbage collection. Releases the object referenced by the handle for garbage collection. ReturnsPromise<void>