Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 476 Bytes

puppeteer.jshandle.dispose.md

File metadata and controls

17 lines (10 loc) · 476 Bytes

Home > puppeteer > JSHandle > dispose

JSHandle.dispose() method

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

Signature:

dispose(): Promise<void>;

Returns:

Promise<void>