Closed alex3683 closed 7 years ago
Angular's $http (which this client previously used) automagically transformed JavaScript objects to JSON strings. fetch doesn't have this magic. Hence, this needs to be added in the client.
$http
fetch
Fixed on master (v0.5.0).
master
v0.5.0
Angular's
$http
(which this client previously used) automagically transformed JavaScript objects to JSON strings.fetch
doesn't have this magic. Hence, this needs to be added in the client.