Skip to content

Commit d5b36f0

Browse files
authored
Replace Handle Files & Background Sync demos (#3514)
* flag demos to move * demo demo * readme file * draft content * pngs, steps: bg sync demo * png try later * main pass: handle files * unique headings * the the * ital status * Update background-syncs.md * apply review * linkfix * lead w/ Demo app * -todo * del todos
1 parent 72e7a16 commit d5b36f0

30 files changed

+285
-127
lines changed

microsoft-edge/devtools/network/reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ The **Requests** table displays the following columns by default:
858858
- **Time**. The total duration, from the start of the request to the receipt of the final byte in the response.
859859
- **Fulfilled by**. Whether the request was fulfilled by the HTTP cache or the app's service worker.
860860

861-
The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
861+
The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
862862

863863

864864
<!-- ---------- -->
@@ -931,7 +931,7 @@ To group requests by iframes:
931931

932932
Use the **Waterfall** column of the **Requests** pane to view the timing relationships of requests. The default organization of the **Waterfall** column uses the start time of the requests. So, requests that are farther to the left started earlier than the requests that are farther to the right.
933933

934-
The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
934+
The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
935935

936936
To see the different ways that you can sort the Waterfall, see [Sort by activity phase](#sort-by-activity-phase), above.
937937

@@ -1365,7 +1365,7 @@ For more information about each of the phases that may be displayed in the **Tim
13651365

13661366
To display a preview of the timing breakdown of a request, in the **Waterfall** column of the **Requests** table, hover on the entry for the request.
13671367

1368-
The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
1368+
The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
13691369

13701370
![Previewing the timing breakdown of a request](./reference-images/resources-waterfall-hover.png)
13711371

@@ -1428,7 +1428,7 @@ DevTools displays the timing of the `DOMContentLoaded` and `load` events in mult
14281428

14291429
* In the **Overview** pane with vertical lines.
14301430

1431-
* In the **Waterfall** column of the Request table with vertical lines. The **Waterfall** column is off by default. To turn on the The **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
1431+
* In the **Waterfall** column of the Request table with vertical lines. The **Waterfall** column is off by default. To turn on the **Waterfall** column, right-click a **Requests** table header, and then select the plain **Waterfall** menuitem that doesn't have a submenu.
14321432

14331433
* In the **Summary** pane, at the bottom of the **Network** tool, with timing labels.
14341434

microsoft-edge/devtools/rendering-tools/js-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Click the **Restore all functions** (![Restore all functions](./js-runtime-image
129129

130130
The **Chart** view provides a visual representation of the Sampling Profile over time.
131131

132-
After you record a memory allocation sampling profile, view the recording as a flame chart. Select **Chart** in the the **Profile view mode** dropdown list (which initially says **Heavy (Bottom Up)**):
132+
After you record a memory allocation sampling profile, view the recording as a flame chart. Select **Chart** in the **Profile view mode** dropdown list (which initially says **Heavy (Bottom Up)**):
133133

134134
![Flame chart view](./js-runtime-images/rendering-tools-gh-nodejs-benchmarks-run-memory-sampling-profiles-chart.png)
135135

microsoft-edge/devtools/workspaces/workspace-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The DevTools **Workspace** tab is similar to using an editor to edit the HTML so
226226

227227
The **index.html** tab opens in the **Sources** tool.
228228

229-
1. In the the `<h1>` tag, replace "DevTools Workspaces Demo" with "I Love Cake".
229+
1. In the `<h1>` tag, replace "DevTools Workspaces Demo" with "I Love Cake".
230230

231231
An asterisk appears next to `index.html`.
232232

258 Bytes
Loading
322 Bytes
Loading
Binary file not shown.
40.2 KB
Loading
22 KB
Loading
18 KB
Loading

0 commit comments

Comments
 (0)