Bug 165228

Summary: Web Inspector: Distinguish resources loaded via Fetch from those loaded via XHR
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bburg, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Joseph Pecoraro
Reported 2016-11-30 16:15:03 PST
Summary: Distinguish resources loaded via Fetch from those loaded via XHR Currently resources loaded through the Fetch API appear in Web Inspector's Network Panel (and Resources folders) as "XHR". We should label them as "Fetch" instead of XHR. Or group these all under some other bucket instead of having one name dominate the other. Steps to Reproduce: 1. fetch("GET", "foo.json") => Shows up as foo.json | XHR
Attachments
Radar WebKit Bug Importer
Comment 1 2016-11-30 16:15:19 PST
Joseph Pecoraro
Comment 2 2016-11-30 16:32:11 PST
Err just fetch("foo.json")
Joseph Pecoraro
Comment 3 2016-12-06 15:48:32 PST
I am addressing this in Bug 165230. *** This bug has been marked as a duplicate of bug 165230 ***
Note You need to log in before you can comment on or make changes to this bug.