NEW 178682
Web Inspector: Include <cache> details in HAR Export
https://bugs.webkit.org/show_bug.cgi?id=178682
Summary Web Inspector: Include <cache> details in HAR Export
Joseph Pecoraro
Reported 2017-10-23 14:30:50 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.