Disabling hardware noise suppression
Experimentally disabling hardware noise suppression in Chrome 64.
Enter Audio Worklet
Chrome 64 comes with a highly anticipated new feature in Web Audio API - Audio Worklet
Deprecations and Removals in Chrome 64
A round up of the deprecations and removals in Chrome 64 to help you plan. In this version, performance API changes, removal of support for multiple shadow roots, and removal of a WebKit API.
Chrome 64 to deprecate the chrome.loadTimes() API
The non-standard chrome.loadTimes() API will be deprecated in Chrome 64 now that standards-based equivalents exist for all of its useful features.
Chrome User Experience Report - expanding to top 1 Million+ origins
Today, we’re announcing a new Chrome User Experience Report with expanded coverage of over 1 million top origins on the web.
Preloading modules
Module preload offers a way of declaratively loading JavaScript modules ahead of time.
Lighthouse 2.6 Updates
New performance audits, a rehaul of the accessibility score, report UX improvements, and bug fixes.
Media updates in Chrome 63/64
Predictable media playback, HDR on Windows 10, offline playback with persistent licenses, and more are waiting for you in Chrome 64.
The Device Memory API
The Device Memory API allows developers to serve different resources to users based on their device's memory capabilities.
Take control of your scroll - customizing pull-to-refresh and overflow effects
Introduction to the CSS overscroll-behavior property.
Deprecations and removals in Chrome 63
A round up of the deprecations and removals in Chrome 63 to help you plan. In this version, new behavior on interface properties, removal of a webkit function, and a change to RTCRtcpMuxPolicy.
Lighthouse 2.5 updates
Five new audits, the chrome-launcher standalone Node module, and a new throttling guide.
An event for CSS position:sticky
Using position - sticky and IntersectionObserver together to determine when elements become sticky. Apply scroll effects without scroll events!