Bug 165228
| Summary: | Web Inspector: Distinguish resources loaded via Fetch from those loaded via XHR | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/29448767>
Joseph Pecoraro
Err just fetch("foo.json")
Joseph Pecoraro
I am addressing this in Bug 165230.
*** This bug has been marked as a duplicate of bug 165230 ***