Google Chrome 91 stable release, high-performance application can run on the web with file system API



Version 91.0.4472.77, the latest stable version of the web browser ' Google Chrome', has been released. In addition to the file system API, the function to read the contents of the file by pasting the file and the function to share the authentication information between multiple sites have been added.

What's New In DevTools (Chrome 91) --Chrome Developers

https://developer.chrome.com/blog/new-in-devtools-91/

New in Chrome 91: File System Access API improvements, Google IO, and more --YouTube


◆ Authentication information can be shared by multiple sites
A mechanism has been implemented to clearly indicate when the same authentication information is used between sites with different domains such as 'google.com', 'google.ca', and 'youtube.com'. This setting will allow Chrome's password manager to enter the appropriate ID and password.

◆ Equipped with file system API
An API has been implemented that allows access to files stored in the local environment. By using this API, you can operate files in the same way as apps that need to be downloaded or installed.



In addition, it is also possible to set the initial value of the save destination and name when saving the file, and set the folder to be displayed first when opening the file.



◆ Clipboard files can be read
When you paste a file in the app, you can now read the contents of that file.



◆ Updates for developers
-Web Vitals information now pops up
A guideline for how much each index should be is displayed.



-Scroll-snap settings are displayed visually in an easy-to-understand manner
An element with 'scroll-snap-type' has a 'scroll-snap' badge, and clicking on that badge now gives a visual indication of what the settings are. ..



・ Memory Inspector is now available
You will be able to display JavaScript '

ArrayBuffer ' and Wasm memory information.



・ More detailed image information
In addition to the original size information, the display size, aspect ratio, file size, etc. have also been changed to be displayed.



Chrome 91 also contains 32 security bug fixes .

in Software, Posted by log1d_ts