(event: 'pageerror', handler: (...args: any[]) => void)
| 123 | }> |
| 124 | on(event: 'pageerror', handler: (...args: any[]) => void): void |
| 125 | off(event: 'pageerror', handler: (...args: any[]) => void): void |
| 126 | } |
| 127 | |
| 128 | interface BrowserUtils { |
no outgoing calls
no test coverage detected