Promise rejections should be errors
Closed this issue · 0 comments
jakearchibald commented
In maybeReject
there's return Promise.reject(reasons)
- I'd make this an error object where the message is something like "Both cache and network failed", or a concat of the two error messages you got.