devtools-samples
devtools-samples copied to clipboard
Samples for demonstrating DevTools features.
Trivial fix :)
We can simplify the `inputsAreEmpty` function by using an `if` expression directly as the return value.
Why google chrome has smaller memory snapshot vs mozilla memory snapshot?

RT, If I wrote some error code like ``` while(true) { console.log('what ever') } ``` will this code run in devtools break the page when it opened?