browser-diet icon indicating copy to clipboard operation
browser-diet copied to clipboard

:fries: The definitive front-end performance guide

Results 5 browser-diet issues
Sort by recently updated
recently updated
newest added

```js // much *much* better :) var myListHTML = document.getElementById("myList").innerHTML; for (var i = 0; i < 100; i++) { myListHTML += "" + i + ""; } ``` ~~String...

Currently, you can't scroll the code in a mobile view, this PR enable overflow scroll if the content is clipped: overflow: hidden | overflow: auto; :-------------------------:|:-------------------------: ![screen shot 2018-10-12 at...

Hello. I am sorry for messaging you from here but can't find any other way to use. Anyway, I found this project very helpful! and I wonder is the guidelines...

o atributo [async](https://www.caniuse.com/#feat=script-async) permite que o script seja carregado assincronamente

o código do exemplo "bem bem melhor :)" não é funcional. não sei se essa era a idéia original, mas foi assim que entendi o exemplo.