Google Chrome 75 stable release released including improvement of the campus which becomes easy to draw on the Web and a separator which improves the readability of figures
Version 75.0.3770.80, the latest stable version of the web browser Google Chrome, has been released. The latency of the canvas has been improved to make drawing more smooth, and the 'Web Share API' has been implemented to share not only URLs but also images and videos.
New in Chrome 75 | Web | Google Developers
New in Chrome 75: Reduced latency on canvas, web share gets better, and more!-YouTube
◆ Improved canvas latency
The canvas element on the web page had a delay between input and drawing because the drawing of the canvas element was synchronized with the update of the DOM. From Google Chrome 75, when creating a canvas, by adding the 'desynchronized' option, you can now draw the canvas without being tied to the update timing of the DOM, and the latency is improved.
◆ Implemented Web Share API
Until now, there was no choice but to use a URL when sharing web pages to SNS etc. However, Google Chrome 75 adds a new 'Web Share API' to directly share files such as images, videos and sounds. You will be able to
The list of supported extensions is published in
◆ We cope with number separator
When dealing with numbers in JavaScript, the underscore symbol '_' can be used as a separator. It is now possible to enter '1_000_000_000', which has been '1000000000', so readability is improved. In addition, it is important to note that the arrangement of separators is limited to one between numbers and numbers, and '1._23' with a decimal point or '1__23' with continuous separators is not recognized.
◆ Service Worker is displayed in Task Manager
You can check which tab uses how much CPU and memory by selecting 'Other tools'-> 'Task manager' from the upper right menu, but from Google Chrome 75, not only tabs but also information of Service Worker Will also be displayed.
Google Chrome 75 also includes 42 security fixes.
Related Posts: