[Webkit-unassigned] [Bug 66367] Web Inspector: Would be great to have a possibility to suspend XHR requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 05:36:28 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2011-08-17 05:36:28 PST ---
XHRs are initiated by the page itself, so it is strange that you want to suspend them. There are several workarounds for the scenario you are describing:

1. If you can author the page, remove XHR calls, otherwise
2. re-define XHR's send/open methods or XHR class as a whole in console or
3. live edit to mute / comment call sites or
4. Add an XHR breakpoint with the .* mask

Feel free to reopen if I missed the purpose of this request.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list