Mathias Bynens
Mathias Bynens
cc @RReverser
Per https://twitter.com/floscholz/status/1171147561098518530, MDN might offer embeds soon. Still, we'd likely want to use the data directly at build time, and turn it into HTML, reducing the need for third-party HTTP...
To clarify [my earlier comments](https://github.com/v8/v8.dev/pull/278#discussion_r343084953), there’s no technical reason I used `border` over anything else, but I do like the way the current styles look (as in, the “underline” is...
Files that are currently missing a `description`: ``` $ ack --files-without-match 'description:' src/*/*.md src/blog/10-years.md src/blog/bigint.md src/blog/blinkon-6.md src/blog/code-caching-for-devs.md src/blog/code-caching.md src/blog/concurrent-marking.md src/blog/csa.md src/blog/custom-startup-snapshots.md src/blog/disabling-escape-analysis.md src/blog/elements-kinds.md src/blog/embedded-builtins.md src/blog/fast-for-in.md src/blog/fast-properties.md src/blog/free-garbage-collection.md src/blog/hash-code.md src/blog/hash-flooding.md src/blog/heap-size-limit.md...
Ideally, we’d create a written version of each presentation and publish it on our blog. The subset of presentations for which we’ve done so recently can be found here: https://v8.dev/blog/tags/presentations
> Some content we should put on there: We already have an (internal) list of our talks (go/v8-presos). This issue is about porting that list in a nice way to...
Ideally, we'd add a benchmark that exercises the relevant parts of Mocha. We're specifically _not_ looking for microbenchmarks (since those don't reflect [real-world performance](https://v8.dev/blog/real-world-performance)).
https://mathiasbynens.be/notes/reserved-keywords#ecmascript-3
Yeah, that write-up is based on the official PDF specs too.