-
-
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
Uncaught TypeError: Cannot delete property 'from' of function Uint8Array error in Android 6.0 and core-js 3.x #564
Comments
@zloirock Sorry, the error comes from user's report, and we didn't have an Android 6.0 device to reproduce, only an error message without error stack. I'll try find the reproducible code after install an android VM. |
Closed as |
i get same problem |
I get the same, specifically from the line
This happens in the wild for certain pages of the website I work on, for users with Chrome 45. I have reproduced it using an old version of Chromium, downloaded from https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/338387/ |
@simonbrent I haven't a Windows machine at hand, so I can't check it. But I know that this kind of bug is possible in some buggy engine versions. I'll add |
@zloirock Thanks. I have tracked it further to any part of our site which uses d3-array, |
I can confirm that this fix solves the problem I was seeing. Thanks a lot! |
Uncaught TypeError: Cannot delete property 'from' of function Uint8Array
this error comes from eithor exportStatic or exportProto
core-js/packages/core-js/internals/array-buffer-view-core.js
Line 73 in e3b99db
But it's normal in 2.6.5/
The text was updated successfully, but these errors were encountered: