Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.62 KB

File metadata and controls

30 lines (22 loc) · 1.62 KB
title description layout date hero alt tags
Deprecations and removals in Chrome 101
A round up of the deprecations and removals in Chrome 101 to help you plan.
layouts/blog-post.njk
2022-03-31
image/sQ51XsLqKMgSQMCZjIN0B7hlBO02/GLywh0GpxQEByxtmCaVY.png
Deprecations and Removals hero logo
deprecations-removals
chrome-101

{% Partial 'see-all-dep-rem.md' %}

Chrome 101 beta was released on March 31, 2022 and is expected to become the stable version in late April, 2022.

Reduce user agent string information

Chrome is reducing the amount of information the User-Agent string exposes in HTTP requests as well as in navigator.userAgent, navigator.appVersion, and navigator.platform. We're doing this to prevent the user agent string from being used for passive user fingerprinting. To join the origin trial, see its entry on Chrome Origin Trials.

Remove WebSQL in third-party contexts

WebSQL in third-party contexts is now removed. The Web SQL Database standard was first proposed in April 2009 and abandoned in November 2010. Gecko never implemented this feature and WebKit deprecated it in 2019. The W3C encourages Web Storage and Indexed Database for those needing alternatives.

Developers should expect that WebSQL itself will be deprecated and removed when usage is low enough.

{% Partial 'deprecations-policy.md' %}