Skip to main content
Puppeteer
Next
ctrl
K
API
awaitable
Awaitable type
Signature:
export
declare
type
Awaitable
<
T
>
=
T
|
PromiseLike
<
T
>
;
Previous
ActionResult type
Next
BoundingBox interface