devtools-samples icon indicating copy to clipboard operation
devtools-samples copied to clipboard

Samples for demonstrating DevTools features.

Results 7 devtools-samples issues
Sort by recently updated
recently updated
newest added

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?

![image](https://user-images.githubusercontent.com/3994941/62420328-d978e400-b6c2-11e9-9190-a5315b149a3b.png)

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?