Consider params with keys uri
, name
and type
as Files to build FormData requests.
Build FormData properly when sending an array of objects
Fixed GET requests not formating array parameters in the param[]=value
style.
Fixed GET requests not doing the parameter nesting properly.
Fixed GET requests not doing the parameter nesting properly.
Fixed ajax errors not forwarding correctly if they are not response-like.
Fixed abort()
not resolving the promise
Fixed error handling when no response was returned
Fixed form data being broken when no data was passed.
First version 🎉