NEW 169166
Web Inspector: WebSockets: Implement timing information
https://bugs.webkit.org/show_bug.cgi?id=169166
Summary Web Inspector: WebSockets: Implement timing information
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.