How to check 32bit or 64bit Internet Explorer 10 and 11?

纵然是瞬间 提交于 2019-12-02 03:00:32

问题


Before IE10 (likes IE9), I can use window.navigator.platform to check IE is 32bit or 64bit.

But for IE10 (IE11), window.navigator.platform always returns 32bit.
When I open IE11 from C:\Program Files (x86)\Internet Explorer, I saw there is a process IExplorer and another process IExplorer*32.

If one more tab is opened, another process IExplorer*32 is created.
But it's the same thing when I open IE10 (IE11) from C:\Program Files\Internet Explorer.

So, I don't know whether IE10 and IE11 has both 32bit and 64bit. Maybe the parent framework is 64bit, and each tab is 32bit.
Anyone know this?


回答1:


FYI: By default, IE10+'s frame/manager process runs at 64bit, while Desktop Tab processes run in 32bit.



来源:https://stackoverflow.com/questions/20118947/how-to-check-32bit-or-64bit-internet-explorer-10-and-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!