francois2metz / html5-formdata

Emulate FormData object for some browsers
175 stars 78 forks source link

Deprecate this repo #10

Open jimmywarting opened 6 years ago

jimmywarting commented 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