docs.rodeo

MDN Web Docs mirror

devtools.network

{{AddonSidebar}} 

The devtools.network API lets a devtools extension get information about network requests associated with the window that the devtools are attached to (the inspected window).

Like all the devtools APIs, this API is only available to code running in the document defined in the devtools_page manifest.json key, or in other devtools documents created by the extension (such as the panel’s own document). See Extending the developer tools for more.

Functions

Events

Browser compatibility

{{Compat}} 

{{WebExtExamples("h2")}} 

[!NOTE] This API is based on Chromium’s chrome.devtools.network API.

In this article

View on MDN