puppeteer/docs/api/puppeteer.jshandle.dispose.md
2022-07-05 15:41:43 +02:00

290 B

sidebar_label
JSHandle.dispose

JSHandle.dispose() method

Stops referencing the element handle, and resolves when the object handle is successfully disposed of.

Signature:

class JSHandle {
  dispose(): Promise<void>;
}

Returns:

Promise<void>