mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
6da1ebe13b
When dispatching a JS Object, this won't be dispatching an async action. Dropping the await will better highlight the synchronous dispatch calls. Note that when we do ``` dispatch({ [PROMISE]: ..., ... }); ``` The promise middleware kicks in and the action becomes async. So await is still relevant in front of these dispatches. Differential Revision: https://phabricator.services.mozilla.com/D143143 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |