[Webkit-unassigned] [Bug 178682] New: Web Inspector: Include <cache> details in HAR Export

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 23 14:30:50 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178682

            Bug ID: 178682
           Summary: Web Inspector: Include <cache> details in HAR Export
           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: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Include <cache> details in HAR Export

> <cache>
> 
> This objects contains info about a request coming from browser cache.
> 
>     "cache": {
>         "beforeRequest": {},
>         "afterRequest": {},
>         "comment": ""
>     }
>
> * beforeRequest [object, optional] - State of a cache entry before the request. Leave out this field if the information is not available.
> * afterRequest [object, optional] - State of a cache entry after the request. Leave out this field if the information is not available.
> * comment [string, optional] (new in 1.2) - A comment provided by the user or the application.

Note:
- This data is also not supported by other browser HAR exports at this time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171023/dda15c95/attachment.html>


More information about the webkit-unassigned mailing list