puppeteer/docs/api/puppeteer.jshandle.dispose.md

17 lines
301 B
Markdown
Raw Normal View History

---
sidebar_label: JSHandle.dispose
---
# JSHandle.dispose() method
Stops referencing the element handle, and resolves when the object handle is successfully disposed of.
**Signature:**
```typescript
class JSHandle {dispose(): Promise<void>;}
```
**Returns:**
Promise&lt;void&gt;