This repository has been archived by the owner on May 11, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 158
%TypedArray%.prototype.every missing in IE11 #196
Labels
Comments
Hi, @alippai. According to %TypedArray%.prototype.every in compat-table, IE 11 doesn't support this feature. |
As a workaround (until the proper fix) adding the missing imports manually solves the problem:
|
@alippai yes, but it isn't what we actually want. I fixed it and need to add a few tests. Going to push today. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The env preset doesn't include the %TypedArray%.prototype.every polyfill for IE11 target.
IE11 has TypedArray support, however it's missing some functions on the TypedArray instances.
The text was updated successfully, but these errors were encountered: