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

[Vue] use different abortcontroller polyfill since the previous one does not support firefix 52 #18642

Merged
merged 1 commit into from Jan 18, 2022

Conversation

diosmosis
Copy link
Member

Description:

The current abort controller polyfill inherits from EventTarget, but that is not supported in firefox until version 59 I think. This one seems to work.

Review

…t support firefix 52 which does not support inheriting from EventTarget
@diosmosis diosmosis added the Needs Review PRs that need a code review label Jan 18, 2022
@diosmosis diosmosis added this to the 4.7.0 milestone Jan 18, 2022
@sgiehl sgiehl merged commit b09172f into next_release Jan 18, 2022
@sgiehl sgiehl deleted the vue-different-abort-controller-polyfill branch January 18, 2022 09:33
@sgiehl sgiehl removed the Needs Review PRs that need a code review label Jan 18, 2022
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.

None yet

2 participants