-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: mobile Safari's ReferenceError #65
Conversation
Is this still and issue on iOS10? |
I don't have iOS10, but in my iOS 8.1, this is still occured. |
I see I see. Would it be possible to not include the build in this PR. Seems to be causing conflicts. |
I deleted the built file. Could you please merge this? |
+1 for merging this, got the same error on older version of Opera |
@mrboob How about this PR? |
Sorry for the delay... Is this still needed? |
@mrdoob |
if you were not willing to add this code to your repository, I would take down this PR and fork this repo. |
How many people use iOS 8.1? |
Now in 2020, almost all iOS 8 share is 0.0% |
I encountered the same bug as #47.
The reason is that a new code does not use
self.performance
instead ofperformance
.I fixed it.
Thanks.