Open jimmywarting opened 6 years ago
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
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