Bug 169166 - Web Inspector: WebSockets: Implement timing information
Summary: Web Inspector: WebSockets: Implement timing information
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 167520
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-04 00:05 PST by Nikita Vasilyev
Modified: 2017-03-04 00:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 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.
Comment 1 Radar WebKit Bug Importer 2017-03-04 00:11:20 PST
<rdar://problem/30849659>