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 arraybuffer polyfill to not error in ie8 #1139

Merged
merged 4 commits into from
Dec 8, 2021
Merged

fix arraybuffer polyfill to not error in ie8 #1139

merged 4 commits into from
Dec 8, 2021

Conversation

JakeChampion
Copy link
Owner

@JakeChampion JakeChampion commented Dec 7, 2021

Fixes #1129

@JakeChampion JakeChampion requested a review from a team as a code owner December 7, 2021 17:26
@origamiserviceuser origamiserviceuser added this to To Do in Origami ✨ Dec 7, 2021
@github-actions github-actions bot added the library Relates to an Origami library label Dec 7, 2021
@romainmenke
Copy link
Collaborator

Thank you @JakeChampion!

Started a run with the polyfill combinations : https://github.com/romainmenke/polyfill-library/runs/4447515393?check_suite_focus=true

@romainmenke
Copy link
Collaborator

Seeing one failure in IE8 for TextDecoder when all polyfills are loaded.

Screenshot 2021-12-07 at 18 57 01

@JakeChampion
Copy link
Owner Author

Doing a git bisect it looks like the issue was exposed in this commit 29c6814 - I haven't found the cause yet but I'm getting closer

@JakeChampion
Copy link
Owner Author

@romainmenke This should now be fixed 👍

…E8 because we can't use add square-bracket notation support due to the lack of getters and setters in IE8
@JakeChampion
Copy link
Owner Author

JakeChampion commented Dec 8, 2021

@JakeChampion JakeChampion merged commit c1e87a3 into master Dec 8, 2021
Origami ✨ automation moved this from To Do to Done Dec 8, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2022
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weekly tests with polyfill combinations are failing in IE8
3 participants