puppeteer/docs/api/puppeteer.awaitable.md

152 B

sidebar_label
Awaitable

Awaitable type

Signature:

export declare type Awaitable<T> = T | PromiseLike<T>;