WebHID in Extension Service Workers
Chromestatus Spec PSA Bug
Allows web developers to use WebHID API when responding to extension events by exposing the WebHID API to Service Workers registered by browser extensions. This API will not yet be exposed to Service Workers registered by sites; the implementation experience gained by supporting the API for extensions will be valuable for such a future project.
As Chrome Apps APIs will soon be deprecated, developers are encouraged to migrate to web apps or Chrome Extensions. For the Chrome Extension case, Manifest V3 deprecates the background page and requires developers to migrate to service workers. As a result, it is required to support WebHID in Extension Service Workers.
|

|
Web SQL Deprecation and Removal
Web SQL is little used, and since Safari removed it in 2019, only Chromium-based browsers have supported it. It requires frequent security fixes, and developers have been discouraged from using it for years. Since 2022, we have been working to remove it.Now, we have SQLite over Wasm, a superior cross-browser replacement. Our outreach to developers, and our search for Web SQL users on the open web, in Enterprise, in Extensions, and elsewhere is nearly complete. In M115, we're placing a deprecation message in DevTools.
The following is our target timeline for full removal:
M101 - 123 - Enterprise Policy M115 - Deprecation message M118-123 - Deprecation trial M119 - API Removal
|

|