An open API service indexing awesome lists of open source software.

https://github.com/firefox-devtools/devtools-examples

Code examples that accompany the MDN Firefox Developer Tools documentation
https://github.com/firefox-devtools/devtools-examples

devtools devtools-documentation mdn-docs tools

Last synced: 3 months ago
JSON representation

Code examples that accompany the MDN Firefox Developer Tools documentation

Awesome Lists containing this project

README

        

# devtools-examples
Code examples that accompany the MDN Firefox Developer Tools documentation https://developer.mozilla.org/en-US/docs/Tools

* The "animation-inspector" directory contains some examples created to demonstrate features of the Firefox devtools Animation Inspector. See [https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Work_with_animations#Further_information_about_animation_compositing](https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Work_with_animations#Further_information_about_animation_compositing) for more details.

* The "sourcemaps-in-console" directory contains a demonstration of source map support in Firefox Developer Tools. See the MDN article [Use a source map](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map) and the [live example](https://mdn.github.io/devtools-examples/sourcemaps-in-console/).

* The "whitespace-only-demo" directory shows how the Firefox Developer Tools display whitespace-only text nodes. See the MDN article [Whitespace-only text nodes](https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_HTML#Whitespace-only_text_nodes) and the [live example](https://mdn.github.io/devtools-examples/whitespace-only-demo/).