firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

XHR Bug #393

Open TheLaGmAn opened 9 years ago

TheLaGmAn commented 9 years ago

1- When making an XHR call, while its loading (you see the XHR loading icon) and you open that call you dont have a POST tab neither a RESPONSE tab, no response tab seems logic but no POST Tab is wrong, you need to see what was posted on that call even if its still ongoing.

2- When making an XHR call, while its loading (you see the XHR loading icon) and you open that call you dont have a POST tab neither a RESPONSE tab, when the XHR FINISHES. POST tab stays missing and RESPONSE shows EMPTY, even if you close it and re-open it it still shows no POST and EMPTY RESPONSE, so you have no way of knowing what was posted and what was the response.

3- XHR logging needs to be enabled by default, for users using FF as a developers tool you want the response to be logged all the time so when you have to check something (due to a bug, or something not working on your page) you can open the dev tools and check what was the XHR response, right now this is not possible and you need to enable it before.