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.