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

navigator.sendBeacon support #74

Closed
glebm opened this issue Feb 24, 2019 · 1 comment
Closed

navigator.sendBeacon support #74

glebm opened this issue Feb 24, 2019 · 1 comment

Comments

@glebm
Copy link
Contributor

glebm commented Feb 24, 2019

navigator.sendBeacon accepts FormData but doesn't work with this polyfill.

It can be patched similar to how fetch is, as it also accepts Blob (confirmed working on Edge).

@glebm
Copy link
Contributor Author

glebm commented Feb 24, 2019

Note that sendBeacon is supported with real FormData on Edge as far as I can tell (https://msdn.microsoft.com/en-us/ie/mt668926(v=vs.94))

glebm added a commit to glebm/FormData that referenced this issue Feb 24, 2019
glebm added a commit to glebm/FormData that referenced this issue Mar 2, 2019
glebm added a commit to glebm/FormData that referenced this issue Mar 2, 2019
glebm added a commit to glebm/FormData that referenced this issue Mar 2, 2019
glebm added a commit to glebm/FormData that referenced this issue Mar 2, 2019
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

No branches or pull requests

1 participant