JakeChampion / polyfill-library

NodeJS module to create polyfill bundles tailored to individual user-agents.
MIT License
656 stars 134 forks source link

Support FormData polyfill #31

Open janryWang opened 6 years ago

janryWang commented 6 years ago

There are many common scenarios for raising issues against the polyfill service. Is your issue one of these?

jimmywarting commented 5 years ago

You can copy or include my polyfill into polyfill.io if you want https://github.com/jimmywarting/FormData (Depends on Blob)

To support IE9 and lower you need eligrey's newly updated blob.js that not only fixes blob's but also the File constructor and also a FileReader. and sending blob with xhr. It also fixes broken blob constructor in safari6

phena109 commented 5 years ago

Only possible if someone is willing to create a PR. #1205