-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TypedArray.from() error in Safari #285
Labels
Comments
I ran into the exact same problem and had to rewrite our code to use |
This is still a problem. I am using Babel's polyfill package and am encountering this exact error. |
@cbush06 make sure that you use the latest |
Will do. Thanks.
…On Fri, Jun 29, 2018, 11:53 PM Denis Pushkarev ***@***.***> wrote:
@cbush06 <https://github.com/cbush06> make sure that you use the latest
core-js version and in this case, please, create a new issue with a
reproducible example.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AO_e0gpCX9VTr9GZAHUGAIAaiRXU3tKIks5uBvYogaJpZM4MXdhF>
.
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thanks for the great library.
As in the title, calling something like
Uint8Array.from([1,2])
raises this error in Safari:
TypeError: TypedArray.from requires its this argument subclass a TypedArray constructor
Safari version: 10.0.3
core-js version: 2.4.1
The text was updated successfully, but these errors were encountered: