mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
301 B
301 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>