| Since meta.status would be undefined for an incomplete request, I would have to check response.completed && response.meta.status, which is too much burden. Let's set the status immediately, and if a callback wants to do further diving we'll use completed then. | ||
|---|---|---|
| .. | ||
| api.js | ||
| common.js | ||
| hotkeys.js | ||
| spinner.js | ||