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

polyfill: fix: patching era for Hijri dates #2868

Merged
merged 3 commits into from
May 29, 2024

Conversation

khawarizmus
Copy link
Contributor

Chrome for Android as of v 142.0.6367.179 mishandled the era option in Intl.DateTimeFormat and was returning 'bc' instead of 'ah'.

Fix: js-temporal/temporal-polyfill#284

Chrome for Android as of v 142.0.6367.179 mishandled the era option in Intl.DateTimeFormat and was returning 'bc' instead of 'ah'.

Fix: js-temporal/temporal-polyfill#284
@justingrant justingrant changed the title fix: patching era for Hijri dates polyfill: fix: patching era for Hijri dates May 29, 2024
Copy link
Collaborator

@justingrant justingrant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for the PR!

@justingrant justingrant merged commit 26e4ceb into tc39:main May 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RangeError on Chrome for Android only
2 participants