javascript - How to get stack traces for XHR calls in a browser? -


is there way can stack traces in browser every time http request made? i'm using chrome dev tools, i'll use different tool, if there 1 can this.

i suppose monkeypatch xmlhttprequest throw error, awkward solution.

i trying determine why http request made, , being able identify high level function led request help.

if using firefox use firebug plugin. in firebug, can see stack of http calls. can see javascript code put breakpoint. when debugger stops on breakpoint, shows stack of operation has done reach till there. read firebug tutorial


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -