jimmywarting / FormData

HTML5 `FormData` polyfill for Browsers and nodejs
MIT License
360 stars 102 forks source link

Need package with the latest changes #101

Closed DannySantos closed 4 years ago

DannySantos commented 4 years ago

The npm package doesn't seem to have the most recent changes regarding the treating of data as an array, is there a way we can get those changes into our project?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jimmywarting commented 4 years ago

Hi @DannySantos are you still interested in having me to bump a new version?

treating the underlying source as an array instead of an object just changes the order in how they are processed. But i thought it didn't have any big valuable inpack on anyones code so i thought i would just ship it with the next fix of whatever i do. but it dosen't seem to be anything left to do to formdata-polyfill 🙃