UNPKG

220 BTypeScriptView Raw
1/**
2 * TimeoutError is emitted whenever certain operations are terminated due to timeout,
3 * e.g. page.waitForSelector(selector[, options]) or puppeteer.launch([options]).
4 */
5export class TimeoutError extends Error {
6}