[ Web Proxy ]
URL:
Viewing: https://developer.chrome.com/blog/new-in-devtools-127#misc [Back]  [Original]

What's new in DevTools, Chrome 127  |  Blog  |  Chrome for Developers Skip to main content
Chrome for Developers [Chrome for Developers]

What's new in DevTools, Chrome 127 Stay organized with collections Save and categorize content based on your preferences.

Sofia Emelianova [Sofia Emelianova]
Sofia Emelianova

To help you debug anchor positioning feature easier, the Styles tab now links explicit anchor identifiers and implicit anchors to their nodes.

The before and after linking explicit and implicit anchors. [The before and after linking explicit and implicit anchors.]

Additionally, the popovertarget attribute value now links to its popover element in the DOM.

The before and after linking popovertarget to its popover element. [The before and after linking popovertarget to its popover element.]

Sources panel improvements

This version brings several improvements to the Sources panel.

Enhanced 'Never Pause Here'

The 'Never Pause Here' option lets you prevent the Debugger from pausing on the same line again and again. This makes it easier to work with irrelevant breakpoints that fire repeatedly. This version enhances this capability and it now works for:

See the workflow in action:

Chromium issue: 40924349.

New scroll snap event listeners

The Sources > Event Listener Breakpoints > Control list gets two scroll-snap-related listeners: scrollsnapchange and scrollsnapchanging. These events fire when you scroll the scroll container in a way that would cause it to snap to a new element.

The before and after adding scroll-snap-related event listeners. [The before and after adding scroll-snap-related event listeners.]

Chromium issue: 40286359.

Network panel improvements

This version brings several improvements to the Network panel.

Updated network throttling presets

The Network panel gets updated throttling presets: new Fast 4G, Fast 3G renamed to Slow 4G, and Slow 3G renamed to 3G. This better aligns with Lighthouse's presets.

The before and after updating network throttling presets. [The before and after updating network throttling presets.]

Chromium issue: 342406608.

Service worker information in custom fields of the HAR format

When exporting the network log into a HAR format, you can now see the information related to service workers, including timings, as custom fields (prefixed by underscores). For example, you might find the following new fields in the log:

...
"response": {
  ...
  "_fetchedViaServiceWorker": true,
  "_responseCacheStorageCacheName": "V1",
  "_serviceWorkerResponseSource": "cache-storage"
}
...
"timings": {
  ...
  "_workerStart": -1,
  "_workerReady": -1,
  "_workerFetchStart": -1,
  "_workerRespondWithSettled": -1
}
...

Chromium issue: 342406608.

Send and receive WebSocket events in the Performance panel

Similar to other WebSocket events, the Performance panel now captures Send WebSocket Message and Receive WebSocket Message events and shows them in the performance trace. For example:

The 'Receive WebSocket Message' event captured in the performance trace. [The 'Receive WebSocket Message' event captured in the performance trace.]

Chromium issue: 40286129.

Miscellaneous highlights

These are some noteworthy fixes and improvements in this release:

Download the preview channels

Consider using the Chrome Canary, Dev, or Beta as your default development browser. These preview channels give you access to the latest DevTools features, let you test cutting-edge web platform APIs, and help you find issues on your site before your users do!

Get in touch with the Chrome DevTools team

Use the following options to discuss the new features, updates, or anything else related to DevTools.

What's new in DevTools

A list of everything that has been covered in the What's new in DevTools series.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-07-01 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-01 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page