puppeteer/new-docs/puppeteer.timeouterror.md
Alex Rudenko 1cf3f06055
docs(new): migrate TimeoutError to TSDoc (#6062)
* docs(new): migrate TimeoutError to TSDoc

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2020-06-22 10:34:57 +02:00

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.