mathias 💡 Fun fact: this works with `class` as well since V8 desugars class declarations of the form `class C { … }` to `let C = class C { … }` under the hocs.chromium.org/chromium/src/v…Ptwitter.com/ChromeDevTools…bL4P
JohnMu Making a site work with dark-mode is surprisingly easy, it can be just a bit of CSS that uses media-queries to switch color schemes. No need to be a black hat to join the dark side!
css-tricks.com/dark-modes-wit…
web.dev/prefers-color-…
developer.mozilla.org/en-US/docs/Web…
@slightlylate Wow, we should hand them out after each site clinic at our events.
digitarald Firefox’s “JavaScript Startup Bytecode Cache” helps sites that optimize cache hit rates and are often loaded by users (since 58).
After 4 page loads the generated bytecode will be cached and future loads skip parsing.
Read more how it works: blog.mozilla.org/javascript/201… twitter.com/tomayac/status…
@pylapp @olivierleplus Off-by-one error in your emoji ;-)
It’s officially the 🐡 blowfish emoji as rendered by Android. github.com/googlefonts/no…