[Webkit-unassigned] [Bug 190505] New: Web Inspector: preserve showing the Request/Response when switching between network entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 19:02:30 PDT 2018


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

            Bug ID: 190505
           Summary: Web Inspector: preserve showing the Request/Response
                    when switching between network entries
           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. Open WebInspector on any page
2. Go to the Network tab
3. Select a resource that has a request payload (e.g. JSON sent with the request)
4. Show the "Request" content under "Preview"
5. Fire another request on the page
6. Select the newly added resource (it must also have a request payload)
 => "Response" content shown for the second resource instead of "Request"

Example request:

    fetch("data.json?" + Math.random(), {
        method: "POST",
        // headers: {"Content-Type": "application/json"},
        body: `{"a":1,"b":2,"c":3,"d":4,"e":5,"f":6}`,
    });

-- 
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/20181012/89a66388/attachment.html>


More information about the webkit-unassigned mailing list