UNPKG

chrome-remote-interface-extra

Version:

Bringing a puppeteer like API and more to the chrome-remote-interface by cyrus-and

10 lines (8 loc) 241 B
class CustomError extends Error { constructor (message) { super(message) this.name = this.constructor.name Error.captureStackTrace(this, this.constructor) } } exports.TimeoutError = class TimeoutError extends CustomError {}