mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1cf3f06055
* docs(new): migrate TimeoutError to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
591 B
591 B
Home > puppeteer > TimeoutError
TimeoutError class
TimeoutError is emitted whenever certain operations are terminated due to timeout.
Signature:
export declare class TimeoutError extends CustomError
Extends: CustomError
Remarks
Example operations are page.waitForSelector or puppeteer.launch.