从加载的 xul:browser 标签中检索 HTTP 状态代码
提前感谢大家 -
我看了一下 -
我猜测这可能是确定 HTTP 状态代码的路径,但有人知道更简单的方法吗?我也翻阅了内容文档...没有骰子。
有什么想法吗?
谢谢,
萨姆
Thanks to everyone in advance -
I took a look at this -
An observer for page loads in a custom xul:browser
I am guessing that might be a path for determining the HTTP status code, but does anyone know of an easier way? I have flipped through the contentDocument as well...no dice.
Any ideas?
Thanks,
Sam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我查了一下,我认为没有更简单的方法。 HTTP 状态代码是请求的一个属性(并且仅是 HTTP 请求的属性),因此它似乎与请求对象 (nsIHttpChannel) 一起消亡,因为没有任何东西关心保存它。
顺便说一句,您可能对这个 Firefox 项目感兴趣: https://wiki.mozilla.org /Firefox/Projects/Network_Error_Pages
I looked for a bit and I don't think there is an easier way. The HTTP status code is an attribute of a request (and only of an HTTP request), so it appears to die with the request object (nsIHttpChannel), since nothing cares to save it.
You might be interested in this Firefox project, by the way: https://wiki.mozilla.org/Firefox/Projects/Network_Error_Pages