[Webkit-unassigned] [Bug 169166] New: Web Inspector: WebSockets: Implement timing information
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 4 00:05:36 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=169166
Bug ID: 169166
Summary: Web Inspector: WebSockets: Implement timing
information
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: nvasilyev at apple.com
CC: inspector-bugzilla-changes at group.apple.com,
webkit-bug-importer at group.apple.com
Depends on: 167520
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170304/1f2afa0b/attachment.html>
More information about the webkit-unassigned
mailing list