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
There is a more complete polyfill here that are more closer to the spec: https://github.com/jimmywarting/FormData
It also patches xhr and fetch. Also fixes the file constructor in browser that throws when constructing a new file
It also able to accept a form element in it's constructor.
instead of sending it as binary string which is quite bad it send the hole thing as a blob
Here is a idea, deprecate this repo and redirect them to my formdata polyfill
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a more complete polyfill here that are more closer to the spec:
https://github.com/jimmywarting/FormData
It also patches xhr and fetch.
Also fixes the file constructor in browser that throws when constructing a new file
It also able to accept a form element in it's constructor.
instead of sending it as binary string which is quite bad it send the hole thing as a blob
Here is a idea, deprecate this repo and redirect them to my formdata polyfill
The text was updated successfully, but these errors were encountered: