Open
Description
Mithril.js version:
2.2.2
Browser and OS:
Chrome, Safari
The BAAS that I am using is sending an error object response that is not in the way completeErrorResponse is expecting.
It seems like completeErrorResponse is expecting the response to be a string but in my case the response is an object. Since new Error expects a string, wh3en completeErrorResponse assigns the error response to new error, it is no longer accessable, as when attempting to parse it, I get [object Object]
Metadata
Metadata
Assignees
Type
Projects
Status
Low priority