ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
266 B
266 B
sidebar_label |
---|
JSHandle.dispose |
JSHandle.dispose() method
Releases the object referenced by the handle for garbage collection.
Signature:
class JSHandle {
abstract dispose(): Promise<void>;
}
Returns:
Promise<void>