Skip to content

Commit c2d6d57

Browse files
authored
unlink glitch.me (#3608)
1 parent 1c057e8 commit c2d6d57

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

microsoft-edge/devtools/memory-inspector/memory-inspector-tool.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ The **Memory inspector** tool provides greater ability than the **Sources** tool
4545
## Open Memory inspector while debugging
4646
<!-- some initial content was from [New Memory inspector tool](../whats-new/2021/04/devtools.md#new-memory-inspector-tool) in _What's New in DevTools (Microsoft Edge 91)_. -->
4747

48+
For example:
49+
4850
1. Start Microsoft Edge.
4951

50-
1. Open the test site [Inspect ArrayBuffers in JS (Memory in JS)](http://memory-inspector.glitch.me/demo-js.html). <!-- todo: copy code to https://github.com/MicrosoftEdge/Demos and link to there -->
52+
1. Open the test site **Inspect ArrayBuffers in JS (Memory in JS)** (`http://memory-inspector.glitch.me/demo-js.html`)<!-- todo: copy code to https://github.com/MicrosoftEdge/Demos and link to there --> (404). (Glitch.me project hosting ended July 8, 2025. This test site is planned to move to https://github.com/MicrosoftEdge/Demos, including hosting at github.io.)
5153

5254
1. Open DevTools by pressing **F12** or **Ctrl+Shift+I** (Windows, Linux) or **Command+Option+I** (macOS).
5355

@@ -177,7 +179,9 @@ Complete the following steps to debug a webpage in Memory inspector.
177179

178180
For WebAssembly (Wasm) memory inspection, the process is similar to inspecting JavaScript memory.
179181

180-
1. Open the Wasm test site [Inspect Wasm memories (Memory in Wasm)](http://memory-inspector.glitch.me/demo-wasm.html). <!-- To do item: copy to Microsoft Repo and reference there -->
182+
For example:
183+
184+
1. Open the test site **Inspect Wasm memories (Memory in Wasm)** (`http://memory-inspector.glitch.me/demo-wasm.html`)<!-- todo: copy code to https://github.com/MicrosoftEdge/Demos and link to there --> (404). (Glitch.me project hosting ended July 8, 2025. This test site is planned to move to https://github.com/MicrosoftEdge/Demos, including hosting at github.io.)
181185

182186
1. Open DevTools by pressing **F12** or **Ctrl+Shift+I** (Windows, Linux) or **Command+Option+I** (macOS).
183187

microsoft-edge/devtools/whats-new/2020/10/devtools.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,13 @@ See also:
306306
<!-- ------------------------------ -->
307307
#### View and fix color contrast issues in the CSS overview tool
308308

309-
The **CSS overview** tool now displays a list of elements on your page that have color contrast issues. The [CSS overview Accessible Colors Demo](https://css-overview-accessible-colors-demo.glitch.me) page has an example of a color contrast issue.
309+
The **CSS overview** tool now displays a list of elements on your page that have color contrast issues.
310310

311-
To view a list of elements that have a color contrast issue, on **Contrast issues**, click **Text**. To open the element in the **Elements** tool, click an element in the list. To help fix contrast issues, the Microsoft Edge DevTools [automatically provide color suggestions](../08/devtools.md#accessible-color-suggestion-in-the-styles-pane).
311+
For example, the **CSS overview Accessible Colors Demo** (`https://css-overview-accessible-colors-demo.glitch.me`) (404) page has an example of a color contrast issue. (Glitch.me project hosting ended July 8, 2025. This test site might move to https://github.com/MicrosoftEdge/Demos, including hosting at github.io.)
312+
313+
To view a list of elements that have a color contrast issue, on **Contrast issues**, click **Text**. To open the element in the **Elements** tool, click an element in the list.
314+
315+
To help fix contrast issues, Microsoft Edge DevTools automatically provides color suggestions; see [Accessible color suggestion in the Styles pane](../08/devtools.md#accessible-color-suggestion-in-the-styles-pane) in _What's New in DevTools (Microsoft Edge 86)_.
312316

313317
![Color contrast issues](./devtools-images/css-overview.png)
314318

microsoft-edge/devtools/whats-new/2020/11/devtools.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,21 @@ For more information, see [Emulate mobile devices (Device Emulation)](../../../d
285285
<!-- ------------------------------ -->
286286
#### Report CORS errors in the Network tool
287287

288-
Try out this feature by navigating to [CORS error demo](https://cors-errors.glitch.me). Open the **Network** tool, refresh the page, and observe the failed CORS network request. The status column displays the **CORS error**. When you hover on the error, the tooltip now displays the error code. In Microsoft Edge version 87 and earlier, DevTools only displayed generic **(failed)** status for CORS errors.
288+
The **Network** tool now displays specific status for CORS errors. For example:
289289

290-
![CORS errors](./devtools-images/cors-err.png)
290+
1. Go to **CORS error demo** (`https://cors-errors.glitch.me`)<!-- todo: copy code to https://github.com/MicrosoftEdge/Demos and link to there --> (404). (Glitch.me project hosting ended July 8, 2025. This test site might move to https://github.com/MicrosoftEdge/Demos, including hosting at github.io.)
291+
292+
1. Open the **Network** tool, refresh the page, and observe the failed CORS network request.
293+
294+
The status column displays the **CORS error**.
295+
296+
1. Hover over the error.
297+
298+
The tooltip now displays the error code:
299+
300+
![CORS errors](./devtools-images/cors-err.png)
301+
302+
In Microsoft Edge version 87 and earlier, DevTools only displayed generic **(failed)** status for CORS errors.
291303

292304
For real-time updates on this feature in the Chromium open-source project, see Issue [1141824](https://crbug.com/1141824).
293305

microsoft-edge/devtools/whats-new/2021/05/devtools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Cross-origin resource sharing (CORS) errors are now surfaced in the **Issues** t
228228

229229
![CORS issues in the Issues tab](./devtools-images/cors-debugging-support.png)
230230

231-
<!-- screenshot uses http://cors-errors.glitch.me -->
231+
<!-- screenshot uses http://cors-errors.glitch.me - glitch.me project hosting ended July 8, 2025; could move to https://github.com/MicrosoftEdge/Demos, including hosting at github.io -->
232232

233233
See also:
234234
* [Report CORS errors in the Network tool](../../2020/11/devtools.md#report-cors-errors-in-the-network-tool) in _What's New in DevTools (Microsoft Edge 88)_
@@ -258,7 +258,7 @@ For the history of this feature in the Chromium open-source project, see Issue [
258258
In the **Network** tool, you can now select the new **Wasm** filter to filter the WebAssembly network requests.
259259

260260
![Filter by Wasm](./devtools-images/wasm-network-requests.png)
261-
<!-- screenshot uses http://memory-inspector.glitch.me/demo-wasm.html -->
261+
<!-- screenshot uses http://memory-inspector.glitch.me/demo-wasm.html - glitch.me project hosting ended July 8, 2025; could move to https://github.com/MicrosoftEdge/Demos, including hosting at github.io -->
262262

263263
See also:
264264
* [Filter resources](../../../network/index.md#filter-resources) in _Inspect network activity_

0 commit comments

Comments
 (0)