Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 290 Bytes

puppeteer.jshandle.dispose.md

File metadata and controls

19 lines (13 loc) · 290 Bytes
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>