- Autocomplete with CSS values
- A new UI for network settings
- WebSocket messages in HAR exports
...
"_webSocketMessages": [
{
"type": "send",
"time": 1558730482.5071473,
"opcode": 1,
"data": "Hello, WebSockets!"
},
{
"type": "receive",
"time": 1558730482.5883863,
"opcode": 1,
"data": "Hello, WebSockets!"
}
]
...
When exporting a HAR file from the Network panel to share network logs with your colleagues, your HAR file now includes WebSocket messages. The _webSocketMessages property begins with an underscore to indicate that it's a custom field.
- HAR import and export buttons
- Real-time total memory usage
- Service worker registration port numbers
- Inspect Background Fetch and Background Sync events
Resource: What's New In DevTools (Chrome 76)
Join the best and biggest Community!
Click Here
Top comments (0)