Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道主浏览器窗口是否聚焦。这可以使用 nsiWindowWatcher 或 nsiWindowMediator 来实现吗?到目前为止,一直在尝试挖掘 Mozilla 的文档,但没有运气。
Firefox 插件/jetpack 不是一个选项
没关系原来addEventListener('focus'/'blur')在主js文件上工作正常
addEventListener('focus'/'blur')