Skip to content

Commit

Permalink
Merge pull request #2965 from pankajparashar/patch-6
Browse files Browse the repository at this point in the history
Replace "Large request rows" with "Big request rows"
  • Loading branch information
captainbrosset authored Dec 8, 2023
2 parents 9f0cad3 + e506c88 commit 26572ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions microsoft-edge/devtools-guide-chromium/network/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This article is a feature-driven inventory of the **Network** tool. Use the **N
* [Copy property values from network requests to your clipboard](#copy-property-values-from-network-requests-to-your-clipboard)
* [Change the layout of the Network panel](#change-the-layout-of-the-network-panel)
* [Hide the Filters pane](#hide-the-filters-pane)
* [Use large request rows](#use-large-request-rows)
* [Big request rows](#big-request-rows)
* [Hide the Overview pane](#hide-the-overview-pane)


Expand Down Expand Up @@ -704,7 +704,7 @@ To see both the transferred size and the uncompressed size of a resource at the

1. In the upper right within the **Network** tool, click the **Network settings** (gear) icon. A row of checkboxes appears.

1. Turn on the **Use large request rows** checkbox.
1. Turn on the **Big request rows** checkbox.

1. Examine the **Size** column in the Request table. The top value is the transferred size, and the bottom value is the size of the resource after the browser uncompresses it:

Expand Down Expand Up @@ -793,13 +793,13 @@ By default, DevTools shows the **Filters** pane. To hide the **Filters** pane,


<!-- ------------------------------ -->
#### Use large request rows
#### Big request rows

Use large rows when you want more whitespace in your network requests table. Some columns also provide a little more information when using large rows. For example, the bottom value of the **Size** column is the uncompressed size of a request.
Use big request rows when you want more whitespace in your network requests table. Some columns also provide a little more information when using large rows. For example, the bottom value of the **Size** column is the uncompressed size of a request.

To enable large rows, select the **Use large request rows** checkbox. An example of large request rows in the **Requests** pane:
To enable large rows, select the **Big request rows** checkbox. An example of large request rows in the **Requests** pane:

![An example of large request rows in the Requests pane](./reference-images/large-request-rows.png)
![An example of big request rows in the Requests pane](./reference-images/big-request-rows.png)


<!-- ------------------------------ -->
Expand Down

0 comments on commit 26572ff

Please sign in to comment.