Files
Silaghi fb547655b0 Revert "Bug 2066063 - [devtools] Redirect invalid path to 404 for local mode requests. r=devtools-reviewers,nchevobbe" for causing devtools and TV failures
This reverts commit d27eb6ae99.

Revert "Bug 2066063 - [devtools] Ignore local mode request with custom ports. r=devtools-reviewers,jdescottes"

This reverts commit 2d7e2b58b1.
2026-09-11 05:23:06 +00:00
..

Network Observer modules

The NetworkObserver module and associated helpers allow to:

  • monitor network events (requests and responses)
  • block requests
  • throttle responses

The DevTools network-observer modules are used both by DevTools and by WebDriver BiDi, found under /remote. Breaking changes should be discussed and reviewed both by devtools and webdriver peers.