You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Looks like multipart requests (like POST with Image) are not working.
Multipart requests with FormData body are not supported by the library, I see only string and Buffer are.
Looks like multipart requests (like POST with Image) are not working.
Multipart requests with FormData body are not supported by the library, I see only string and Buffer are.
Should we do something similar to Buffer for FormData here? https://github.com/zeit/fetch/blob/master/index.js#L50
The text was updated successfully, but these errors were encountered: