This folder contains source code for demos for the Console tool in Microsoft Edge DevTools.
These demos are used in the following articles:
Demo webpages:
| Title | File |
|---|---|
| Interacting with the DOM | dom-examples.html |
| Creating error reports and assertions in Console | error-assert.html |
| JavaScript error reported in the Console tool | error.html |
| Console Live Expressions | live-expressions.html |
| Console messages examples: log, info, error and warn | logging-demo.html |
| Console messages examples: Log, info, error and warn | logging-examples.html |
| Console demos: Logging different types | logging-types.html |
| Console demos: Grouping logs | logging-with-groups.html |
| Console demos: Logging with specifiers | logging-with-specifiers.html |
Console demos: Using table() |
logging-with-table.html |
| Console demos: no logging | mousemove-no-log.html |
| Console demos: Logging lots of information | mousemove.html |
| Fixed network error reported in Console | network-error-fixed.html |
| Network error reporting in Console and UI | network-error-reported.html |
| Network error reported in Console | network-error.html |
| Creating traces in Console | trace.html |