简体   繁体   English

在Linux中的Chrome上监控XHR请求

[英]Monitoring XHR requests on Chrome in Linux

Is there a way to monitor AJAX requests in the Chrome browser? 有没有办法在Chrome浏览器中监视AJAX请求? I tried firebug lite, and though it seems to work for some things (javascript errors and such), the XHR tab doesn't seem to do anything. 我尝试了firebug lite,尽管它似乎可以解决某些问题(例如JavaScript错误等),但XHR标签似乎没有任何作用。

Are there any alternatives? 还有其他选择吗?

Chrome ships with developer tools similar to firebug. Chrome随附了类似于Firebug的开发人员工具。 Look for "Developer" in the chrome menu. 在镶边菜单中查找“开发人员”。 XHR logging would be under the resources tab. XHR日志记录将在资源选项卡下。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM