开发者

Monitor http request in firefox extension?

开发者 https://www.devze.com 2023-03-25 09:20 出处:网络
how I can capture all http request in firefox addon. I am not able to find api example . can anybody tell me how firebug does it for net panel ?

how I can capture all http request in firefox addon. I am not able to find api example . can anybody tell me how firebug does it for net panel ?

开发者_如何学Python

I want to detect all http request and response in firebug.


Add an Event Listener to the gBrowser global object, making sure to set usecapture to true. You could also intercept the response.

0

精彩评论

暂无评论...
验证码 换一张
取 消