JavaScript whisperer
Simulating color vision deficiencies in the Blink Renderer
This article describes why and how we implemented color vision deficiency simulation in DevTools and the Blink Renderer.
Site Isolation for web developers
Chrome 67 on desktop has a new feature called Site Isolation enabled by default. This article explains what Site Isolation is all about, why it’s necessary, and why web developers should be aware of it.
Loading WebAssembly modules efficiently
When working with WebAssembly, you often want to download a module, compile it, instantiate it, and then use whatever it exports in JavaScript. This post explains our recommended approach for optimal efficiency.
#SmooshGate FAQ
What can #SmooshGate teach us about standards development and the Web Platform? This write-up gives an overview.