mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
286 B
286 B
sidebar_label |
---|
HandleFor |
HandleFor type
Signature:
export declare type HandleFor<T> = T extends Element ? ElementHandle<T> : JSHandle<T>;
References: ElementHandle, JSHandle