Skip to content

Commit b08b9a5

Browse files
committed
broaden justification
1 parent 536d6c8 commit b08b9a5

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

microsoft-edge/devtools-guide-chromium/console/reference.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To log all the network requests that are triggered by the `XMLHttpRequest` and `
140140

141141
1. In the **Console** tool, click the **Console Settings** (![Console Settings icon](./reference-images/settings-button-icon.png)) button, and then elect the **Log XMLHttpRequests** checkbox.
142142

143-
1. In the rendered webpage, click **Get Data** to trigger a `Fetch` API request. The **Console** logs the request and response details:
143+
1. In the rendered webpage, click the **Get Data** button. This triggers a `Fetch` API request, and the **Console** then logs the request and response details:
144144

145145
![A Fetch request logged in the Console](./reference-images/xhr-fetch.png)
146146

@@ -154,10 +154,12 @@ When you load a new webpage, the messages in the **Console** are cleared. To pe
154154
<!-- ------------------------------ -->
155155
#### Hide network errors
156156

157-
By default, the **Console** tool logs network errors. For example, the following figure shows a network error message in the **Console** tool. The error is due to an HTTP response with the status code of `404`:
157+
By default, the **Console** tool logs network errors:
158158

159159
![A '404' network error message in the Console](./reference-images/network-404-error.png)
160160

161+
The error shown above is due to an HTTP response with the status code of `404`.
162+
161163
To hide network errors, click the **Console Settings** (![Console Settings icon](./reference-images/settings-button-icon.png)) button, and then select the **Hide network** checkbox.
162164

163165

microsoft-edge/devtools-guide-chromium/javascript/copilot-explain-source-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/20/2024
1212

1313
The **Sources** tool in Microsoft Edge DevTools integrate with Copilot in Microsoft Edge to help you understand source code.
1414

15-
When inspecting a webpage you didn't build, you might not be familiar with the source code displayed in the **Sources** tool. By using the **Explain these lines of code** feature, you get more information about the source code in Copilot in Edge:
15+
When inspecting a webpage, you might want more information about the source code that's displayed in the **Sources** tool. By using the **Explain these lines of code** feature, you get more information about the source code in Copilot in Edge:
1616

1717
![Copilot in the Microsoft Edge sidebar, showing the source code and the explanation.](./copilot-explain-source-code-images/copilot-code-explanation.png)
1818

microsoft-edge/devtools-guide-chromium/javascript/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The change you made in DevTools is useful to quickly test a bug fix, but is temp
5858
<!-- ====================================================================== -->
5959
## Explain source code using Copilot in Edge
6060

61-
When inspecting a webpage you didn't build, you might not be familiar with the source code displayed in the **Sources** tool. By using the **Explain these lines of code** feature, you get more information about the source code in Copilot in Edge:
61+
When inspecting a webpage, you might want more information about the source code that's displayed in the **Sources** tool. By using the **Explain these lines of code** feature, you get more information about the source code in Copilot in Edge:
6262

6363
![Copilot in the Microsoft Edge sidebar, showing the source code and the explanation.](./reference-images/copilot-code-explanation.png)
6464

0 commit comments

Comments
 (0)