如何监控 Internet Explorer 中的浏览器事件?
How can I monitor browser events in Internet Explorer?
我需要调试我正在处理的 Web 应用程序中(模糊和焦点)事件在浏览器之间的一些行为差异。
在Chrome中,我一直在使用monitorEvents
功能。有没有办法在 IE (11) 中实现类似的功能(将事件记录到控制台)?
以下 post 有一个 link 代码片段,它模仿类似于 Chrome 中的 monitorEevents
函数的功能:
https://coderwall.com/p/kc5pew/monitor-events-in-ie9-s-console
这最初是为 IE9 编写的,但我也将其用于 IE11。
我需要调试我正在处理的 Web 应用程序中(模糊和焦点)事件在浏览器之间的一些行为差异。
在Chrome中,我一直在使用monitorEvents
功能。有没有办法在 IE (11) 中实现类似的功能(将事件记录到控制台)?
以下 post 有一个 link 代码片段,它模仿类似于 Chrome 中的 monitorEevents
函数的功能:
https://coderwall.com/p/kc5pew/monitor-events-in-ie9-s-console
这最初是为 IE9 编写的,但我也将其用于 IE11。