We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the issue here is that there are two IE11 binaries on Windows 10. One is a x86 binary the other one a x64 binary.
x86
x64
Also see the output generated by win-detect-browsers:
win-detect-browsers
[ { name: 'chrome', version: '58.0.3029.110', type: 'chrome', command: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe' }, { name: 'firefox', version: '53.0.3.6347', type: 'firefox', command: 'C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe' }, { name: 'opera', version: '45.0.2552.888', type: 'opera', command: 'C:\\Program Files\\Opera\\Launcher.exe' }, { name: 'ie', version: '11.0.15063.0', type: 'ie', command: 'C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe' }, { name: 'ie', version: '11.0.15063.0', type: 'ie', command: 'C:\\Program Files\\Internet Explorer\\iexplore.exe' } ]
For reference: james-proxy/james#331 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think the issue here is that there are two IE11 binaries on Windows 10. One is a
x86
binary the other one ax64
binary.Also see the output generated by
win-detect-browsers
:For reference: james-proxy/james#331 (comment)
The text was updated successfully, but these errors were encountered: