Safari 6 Developer Tools XHRs Post Data

北城余情 提交于 2019-12-11 06:47:03

问题


Is it just me, or is the body of the request no longer available? I am looking Resource (^1) -> XHRs.

Also, is there a way to order these chronologically, as opposed to alphabetically?

I'm looking here


回答1:


Guys if you want to see post data in safari 6 which is not possible right now, install the firebug lite extension and there you go you have the post data. I used it and it works great with safari 6




回答2:


in answer to your second question, you can view them chronologically by clicking on the stopwatch icon--two over from the page icon you have selected.

regarding your first question...no, it is not just you. I can't find any post data either, nor do I see decoded json, which they used to show if the response was application/json



来源:https://stackoverflow.com/questions/11740735/safari-6-developer-tools-xhrs-post-data

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!