Bug 169166

Summary: Web Inspector: WebSockets: Implement timing information
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 167520    
Bug Blocks:    

Nikita Vasilyev
Reported 2017-03-04 00:05:36 PST
HTTP requests have timing information. class FrameResourceManager extends WebInspector.Object { ... resourceRequestDidReceiveResponse(requestIdentifier, frameIdentifier, loaderIdentifier, type, response, timestamp) { response.timing } } It would be nice to have some timing information for WebSockets as well.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-03-04 00:11:20 PST
Note You need to log in before you can comment on or make changes to this bug.