jimmywarting / FormData

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

Fix for #109: support Safari 13.1 #113

Closed tomsaleeba closed 3 years ago

tomsaleeba commented 4 years ago

The short version is that Safari 13.1 now has native FormData but it's incomplete as it doesn't support .arrayBuffer(). This PR patches this polyfill to work with this new use case.

See https://github.com/jimmywarting/FormData/issues/109 for more detail.

stale[bot] commented 3 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.