Skip to content

Update "Network features reference" including "Filter requests" #3405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
11 changes: 8 additions & 3 deletions microsoft-edge/devtools-guide-chromium/network/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.author: msedgedevrel
ms.topic: conceptual
ms.service: microsoft-edge
ms.subservice: devtools
ms.date: 07/18/2023
ms.date: 03/13/2025
---
<!-- Copyright Kayce Basques

Expand All @@ -22,15 +22,17 @@ ms.date: 07/18/2023
See the License for the specific language governing permissions and
limitations under the License. -->
# Network features reference
<!-- https://developer.chrome.com/docs/devtools/network/reference/ -->
<!-- todo: update article per upstream, incl [Filter requests](#filter-requests) -->

This article is a feature-driven inventory of the **Network** tool. Use the **Network** tool to inspect network activity for a webpage. For a step-by-step walkthrough and introduction to the **Network** tool, see [Inspect network activity](index.md).


<!-- -------------- -->
**Detailed contents:**

<!-- compare https://developer.chrome.com/docs/devtools/network/reference/ -->
<!-- updated 2025/01/31 -->
<!-- todo: compare WebToc at https://developer.chrome.com/docs/devtools/network/reference/ -->
<!-- generated by WebToc on 2025/03/13 -->
* [Record network requests](#record-network-requests)
* [Stop recording network requests](#stop-recording-network-requests)
* [Clear requests](#clear-requests)
Expand Down Expand Up @@ -304,6 +306,9 @@ See also:

<!-- ====================================================================== -->
## Filter requests
<!-- todo: update per: -->
<!-- https://developer.chrome.com/blog/new-in-devtools-130#network -->
<!-- https://developer.chrome.com/docs/devtools/network/reference/#filter -->

You can filter requests by properties, by type, or by time, and you can hide data URLs.

Expand Down