fetch icon indicating copy to clipboard operation
fetch copied to clipboard

Multipart requests

Open RPallas92 opened this issue 5 years ago • 0 comments

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

RPallas92 avatar Jun 11 '19 07:06 RPallas92