--- sidebar_label: JSHandle.dispose --- # JSHandle.dispose() method Releases the object referenced by the handle for garbage collection. **Signature:** ```typescript class JSHandle { dispose(): Promise; } ``` **Returns:** Promise<void>