[Webkit-unassigned] [Bug 159546] Web Inspector: Add XHR breakpoint action to log request/response data to console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 10:45:40 PDT 2017


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

--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org> ---
I'm not sure I would think to use the Breakpoints sidebar.

Currently the XHR Breakpoints pause on XHR.send (and don't work yet with fetch). Yet what is interesting and useful here is to log the result of the async request.

I suppose there could be a breakpoint action that follows the XHR and logs its eventual results. Or maybe a way to change the conditions of the breakpoint to happen when the request completes (success/error) instead of or alongside the existing pause point before the load starts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170412/ba50fb0e/attachment.html>


More information about the webkit-unassigned mailing list