WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-03-04 00:11:20 PST
<
rdar://problem/30849659
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug