We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using formdata-polyfill and blob-polyfill with jQuery v1.12.4 on IE9 in a webpack build.
The request that is sent with a $.ajax call has headers like:
$.ajax
Content-Type multipart/form-data; boundary=----formdata-polyfill-0.9083965467102468, multipart/form-data; boundary=----formdata-polyfill-0.9083965467102468
From : jimmywarting/FormData#86
As suggested here jimmywarting/FormData#86 (comment) maybe the check can be added here too.
The text was updated successfully, but these errors were encountered:
add check for content-type eligrey#73
6b8e698
Successfully merging a pull request may close this issue.
I'm using formdata-polyfill and blob-polyfill with jQuery v1.12.4 on IE9 in a webpack build.
The request that is sent with a
$.ajax
call has headers like:From : jimmywarting/FormData#86
As suggested here jimmywarting/FormData#86 (comment) maybe the check can be added here too.
The text was updated successfully, but these errors were encountered: