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.
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.
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.