What’s new in Chrome 97 (Features + DevTools)

Pete LePage has all the details about what’s new for developers in Chrome 97:

Chrome 97 is rolling out now! There’s a new option for sending real-time messages between the client and server using Web Transport. You can use feature detection to see what types of scripts a browser supports. JavaScript gets better, and there’s plenty more.

WebTransport looks like a very handy addition if you’re bouncing data to and from the server:

It can be used like WebSockets but with support for multiple streams, unidirectional streams, out-of-order delivery, and reliable as well as unreliable transport.

HTMLScriptElement.supports() is something the aforementioned es-module-shims could have benefited from to detect support for Import Maps. As that library targets older browsers — that don’t support HTMLScriptElement.supports() — they can’t, though.

New in Chrome 97 →

~

To learn what’s new in DevTools, let Jecelyn Yeen enlighten you:

Great to see the Recorder panel get included as a Preview Feature, after first being included as an Experimental Feature in Chromium 89.

What’s new in DevTools (Chrome 97) →

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.