Top
image credit: Marcin Wichary / Flickr

New Features in Chrome 88 Devtools

The recent release of Chrome 88 includes significant updates to the Chrome DevTools, including improved network debugging, experimental CSS Flexbox debugging tools, improved frame details view, new WASM debug capabilities, and general performance improvements.

The network tab offers three new capabilities aimed at simplifying the debug process:

  1. Request properties can now be copied directly from the network tab by right-clicking the specific request and selecting ‘Copy value.’
  2. The stack trace for the network initiator can now be copied from individual network requests by selecting the ‘Copy stack trace’ option.
  3. Failed Cross-Origin Resource Sharing will now be flagged correctly on the network view.

Read More on InfoQ