Open
Description
When i do
let res = await Http.request({
url:"xxxxx",
method: "DELETE,
headers: {
Authorization: "Bearer XXXX"
}
});
console.log("res",res);
and the server responds with an empty body (which is valid for DELETE) and status 204. then i get the above error. it seems this library tries to parse the body no matter what.
Which platform(s) does your issue occur on?
- Android 11
Metadata
Metadata
Assignees
Labels
No labels