-
Notifications
You must be signed in to change notification settings - Fork 388
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
IE10 and others: DataView missing prototypes and getters #385
Comments
Opera 12.16, also listed in MDN, also seems to have similar problems. |
Currently the |
Hopefully some day though, huh? |
Possibly never - their sole use case is for performance, and you can't get that performance without native support. |
Hmm. This forces me to rethink my I can't think of a simple way to fix the deficiencies anyhow. |
IE10's DataView does not appear to be ES6 compliant. It's listed as being compatible on MDN.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/byteOffset
http://jsfiddle.net/Xotic750/08zng894/3/
The text was updated successfully, but these errors were encountered: