fix navigation errors being misreported lol professional grade software

This commit is contained in:
2026-07-26 15:12:47 -04:00
parent 3aff7caf2e
commit 7356cd8afd
2 changed files with 44 additions and 4 deletions

View File

@@ -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 |