Chrome 97 Beta released

After the Chrome 96 stable version was released, the focus of the development team has shifted to the Chrome 97 version. In the Chrome 97 Beta version released today, the most noticeable is the addition of preliminary support for WebTransport. WebTransport is a protocol framework similar to the WebRTC data channel, but it is mainly used for clients restricted by the network security model to communicate with remote servers using the secure, multi-multiplex transmission.

WebTransport uses HTTP/3 protocol for two-way transmission. Unlike TCP-based WebSockets, WebTransport relies on UDP-like packets and cancelable streams. Learn more about WebTransport through the W3C working draft on W3.org. The Chrome 97 Beta version also introduced CSS media queries to find out whether the device’s display supports high dynamic range (HDR). In addition, on the developer side, the Chrome 97 Beta version also introduced the findLast and findLastIndex JavaScript methods as part of Array.prototype.

As the method name implies, they are to easily find the last matching element in the array, not to easily find the last matching element in the array and have to invert the array or make other non-cumbersome modifications.

Join RealMi Central on Telegram, Facebook & Twitter

Beta 64-bit Latest version:v96.0.4664.45

Trial version 32 bit Latest version:v96.0.4664.45

Leave a Comment