[Webkit-unassigned] [Bug 212850] New: Web Inspector: XHR request with same URL as main resource will hide the main resource request
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 5 15:22:35 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212850
Bug ID: 212850
Summary: Web Inspector: XHR request with same URL as main
resource will hide the main resource request
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: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
# STEPS TO REPRODUCE
1. inspect <https://webkit.org>
2. evaluate `var xhr = new XMLHttpRequest(); xhr.open('POST', location.href, true); xhr.send();` in the Console
=> icon of main resource in Sources Tab changes to match XHR, but no new resource is shown
3. repeat step 2
=> new resource appears, but main resource still shows incorrectly
--
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/20200605/808056c8/attachment.htm>
More information about the webkit-unassigned
mailing list