如何使用 Firefox ping 属性?
Firefox 显然支持 HREF 的 PING 属性。如何实现代码来接收 ping?
Firefox apparently supports a PING attribute for HREFs. How do I implement code to receive the ping?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 Nissan Fan 在评论中正确指出的那样,在 Firefox 3 最终版本发布之前,该支持已被禁用。您可以通过 about:config 将
browser.send_pings
设置为true
来启用它,但 Firefox 的实现与当前规范中的不同。The support was disabled before the final release of Firefox 3, as Nissan Fan rightly states in comments. You can enable it via about:config by setting
browser.send_pings
totrue
, but the Firefox implementation differs from what currently is in specification.