Firefox 扩展程序会在丢失 .js 文件时发出警报吗?
我正在将 Web 应用程序移植到新环境。由于路径改变,一些对 JavaScript Files () 的引用被破坏。我知道没有办法让 Firefox / Firebug / Web 开发人员工具栏对丢失的 JS 文件发出警告,或者至少在某个地方发出信息。
我是否忽略了什么? 提前致谢。
I am porting a Web App to a new environment. Due to changed paths, some references to JavaScript Files () are broken. I know of no way to make Firefox / Firebug / the web developer toolbar to warn on missing JS files, or at least issue an information somewhere.
Am I overlooking something?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Firebug 的 Net 选项卡应以红色突出显示任何丢失的 JS 文件。
The Net tab of Firebug should highlight any missing JS files in red.