Deprecations and removals in Chrome 76
A round up of the deprecations and removals in Chrome 76 to help you plan.
In Chrome 76 you can hide the Add to Home screen mini-infobar
Adding more control to the mini-infobar for PWAs in Chrome 76.
Augmented reality with model-viewer
In February, we introduced the model-viewer web component which let you declaratively add a 3D model to a web page. Now we're announcing support for AR on Android with the addition of the ar attribute.
Paint Holding - reducing the flash of white on same-origin navigations
A quick overview of paint holding. A Chrome feature for reducing the flash of white on same-origin navigations
Deprecations and removals in Chrome 75
A round up of the deprecations and removals in Chrome 75 to help you plan.
Low-latency rendering with the desynchronized hint
Stylus-based drawing applications built for the web suffer from latency issues because a web page has to synchronize graphics updates with the DOM. The desynchronized hint for contexts bypasses the DOM to eliminate the latency.
Deprecations and removals in Chrome 74
A round up of the deprecations and removals in Chrome 74 to help you plan.
The currently selected DOM node
Learn the quick console shortcut to get the currently selected DOM node.
KV Storage - the Web's First Built-in Module
An introduction to the new KV Storage API, built-in modules, and import maps.
Web Dev Ecosystem team - February wrap up
February wrap up which we look back what's been happening in Web Developer Ecosystem team.
Replacing a hot path in your app's JavaScript with WebAssembly
One key benefit that WebAssembly offers is predictable performance across browsers. But how do you turn hot path written in JavaScript into WebAssembly?
Deprecations and removals in Chrome 73
A round up of the deprecations and removals in Chrome 73 to help you plan.
Making wheel scrolling fast by default
Scrolling responsiveness is critical to the user's engagement with a website on mobile, yet wheel event listeners often cause serious scrolling performance problems. Learn how we are helping users and developers to be fast by default.