-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Incompatibilities with IE 10 and 11 on Windows 8 and 8.1 #713
Comments
Still true (on master, 22 Dec 2016) |
Some might say "we don't support any browsers that don't support Uint8ClampedArray" But there might be workarounds: I gather that an updated version of IE v11 should be OK, via https://support.microsoft.com/en-us/kb/2929437 If we don't support IE v10, it's worth noting that IE v11 is not available on Windows 8, only Windows 7 and 8.1. To complicate matters "There are several differences between Internet Explorer 11 on Windows 8.1 and IE11 on Windows 7" Without a polyfill, if we add feature detection to the sniffing, then I think IE v11 should get the green light. Support for Windows 8, and hence IE v10, has also officially ended, over a year ago... |
IE v11 is compatible (on Windows 8 and 8.1) when properly updated (security patched, KB2929437). IE v10 is not compatible, and is below our minimum support threshold. |
To investigate workarounds for increased compatibility. |
I've fixed a few IE11 issues. I think we can leave IE10 to rot... |
'Uint8ClampedArray' is undefined
)'Uint8ClampedArray' is undefined
)The text was updated successfully, but these errors were encountered: