Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

ES6 Typed Array Extras fail with Typed Array polyfill in IE8 #23

Open
inexorabletash opened this issue Jan 6, 2014 · 0 comments
Open

Comments

@inexorabletash
Copy link
Owner

The implementations of the extras (from(), slice() etc) depend on getters/setters which aren't available in IE8.

This could be fixed by implementing them in JS w/o relying on Array extras, using _getter and _setter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant