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

Fix the loading of the Intl JS polyfills #363

Closed
wants to merge 1 commit into from

Conversation

stof
Copy link
Contributor

@stof stof commented Jul 4, 2024

The Intl polyfill has been split into dedicated polyfills in 2020.
As the Cloudflare service allows to specify a version of the polyfill-library, the version is now locked to avoid being affected by such change again.

The Intl polyfill has been split into dedicated polyfills in 2020.
As the Cloudflare service allows to specify a version of the
polyfill-library, the version is now locked to avoid being affected by
such change again.
@stof
Copy link
Contributor Author

stof commented Jul 4, 2024

hmm, apparently, this is not enough. It looks like the polyfill service decides that Intl is supported by the browser. Maybe phantomjs is not detected properly.

@stof
Copy link
Contributor Author

stof commented Jul 5, 2024

Given that phantomjs is dead, I will submit a PR replacing the JS test runner instead (which might remove the need for polyfills entirely thanks to having native Intl support)

@stof
Copy link
Contributor Author

stof commented Aug 8, 2024

Closing in favor of #367

@stof stof closed this Aug 8, 2024
@stof stof deleted the fix_tests branch August 8, 2024 16:37
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.

1 participant