fix navigation errors being misreported lol professional grade software
This commit is contained in:
@@ -296,7 +296,7 @@ An `EventEmitter` instance that emits the following events:
|
||||
| `browser_connect` | `ws` | Browser connected |
|
||||
| `browser_disconnect` | `{}` | Browser disconnected |
|
||||
| `dom_ready` | `{ id, index, status, active, title, url, container }` | A tab finished loading |
|
||||
| `dom_load_fail` | `{ id }` | A tab failed to load |
|
||||
| `dom_load_fail` | `{ id, url, error }` | A tab failed to load (Network error, `<=400` code) |
|
||||
| `web_request` | `{ id, url, status, origin, type, method, container, headers }` | A request was sent |
|
||||
| `web_response` | `{ id, url, status, origin, type, method, container, body }` | A response was received |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user