Skip to content
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

iPhone OS 14_4_2: Cannot redefine property: matchAll #2740

Open
yiqian0907 opened this issue Feb 23, 2023 · 1 comment
Open

iPhone OS 14_4_2: Cannot redefine property: matchAll #2740

yiqian0907 opened this issue Feb 23, 2023 · 1 comment
Labels
service Relates to an Origami service

Comments

@yiqian0907
Copy link

User-Agent:
Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko)

It returns the Symbol.matchAll and Symbol.asyncIterator polyfill which is unnecessary on this phone because the iPhone OS 14_4_2 supports it.

Copy the returned polyfill js in the console and excute it, we will get the error Cannot redefine property: matchAll

@origamiserviceuser origamiserviceuser added this to Backlog in Origami ✨ Feb 23, 2023
@github-actions github-actions bot added the service Relates to an Origami service label Feb 23, 2023
@yiqian0907
Copy link
Author

It worked fine on Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) and Mozilla/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko)

but has error on Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) and Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) as well

@robertboulton robertboulton removed this from Backlog in Origami ✨ Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service Relates to an Origami service
Projects
None yet
Development

No branches or pull requests

1 participant