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

FormData not available in worker in Safari #3459

Merged
merged 1 commit into from Feb 18, 2019
Merged

Conversation

Manc
Copy link
Contributor

@Manc Manc commented Feb 14, 2019

FormData is not available in web workers in Safari. It was already set to false for Safari iOS, but desktop Safari also does not support FormData in web workers.

Tested latest stable release: Safari Version 12.0.3 (14606.4.5)

Test (in a worker):

console.log(typeof FormData);
// undefined

It logs function in Firefox and Chrome.

@ddbeck ddbeck added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 14, 2019
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Looks good. Thank you! 🎉

@ddbeck ddbeck merged commit a65e997 into mdn:master Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants