2ality – JavaScript and more
ECMAScript proposal: source text access for <code>JSON.parse()</code> and <code>JSON.stringify()</code>
ECMAScript proposal: source text access for <code>JSON.parse()</code> and <code>JSON.stringify()</code>
2Ality
ECMAScript proposal: source text access for `JSON.parse()` and `JSON.stringify()`
In this blog post, we look at the ECMAScript proposal “JSON.parse source text access” by Richard Gibson and Mathias Bynens. It gives access to source text to two kinds of callbacks: Revivers, callbacks that are passed to JSON.parse() and post-process the…
Mozilla Hacks – the Web developer blog
Improving Firefox stability with this one weird trick
Improving Firefox stability with this one weird trick
Mozilla Hacks – the Web developer blog
Improving Firefox stability with this one weird trick
Poorly behaving web pages and apps are no longer capable of crashing the browser by exhausting memory, thanks to a simple trick.
2ality – JavaScript and more
ECMAScript proposal: <code>Array.fromAsync()</code>
ECMAScript proposal: <code>Array.fromAsync()</code>
2Ality
ECMAScript proposal: `Array.fromAsync()`
This blog post is about the ECMAScript proposal “Array.fromAsync for JavaScript” by J. S. Choi. It introduces a static method for converting asynchronous iterables to Arrays.
Chrome Developers - Blog
Screen sharing improvements in Chrome 109
Screen sharing improvements in Chrome 109
Chrome for Developers
Screen sharing improvements in Chrome 109 - Chrome for Developers
Details of two screen sharing improvements for the web—a mechanism for controlling tab focus when screen sharing, and a mechanism to control local audio playback.