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
I don't know much of what's going on and can't pinpoint the problem in your or my code but i can give you some help to debug the problem.
The hole solution to this polyfill is that it's going to send a file in the end... and call formdata._blob() itself FormData.js#L376
Are you getting a references to native implementation or the patched fetch function when you console.log(fetch)?
the polyfill must be executed first to replace it...
I don't know why you get fewer items appended but you can inspect what is appended and what not by doing this:
Hopefully it should also set the requested content-type header to the correct value, hope we don't have the same problem as ie. (#44) - might be irrelevant
On IOS, service worker side, when using fetch and sending
formData()
it sends it as[FormData Object]
.When sending
formData._blob
, it send file, but there is more items appended to formData Object.Any workaround?
The text was updated successfully, but these errors were encountered: