Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 444 Bytes

puppeteer.timeouterror.md

File metadata and controls

19 lines (12 loc) · 444 Bytes
sidebar_label
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.