mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
506ee16648
We've been migrating from callback-based to async background calls for a number of years now. The async calls are easier to read, and less likely to be misused (especially when it comes to error handling). The `callBackgroundMethod` method, used to make a callback-based background call, has been marked as deprecated. Hopefully this will discourage further use. |
||
---|---|---|
.. | ||
action-queue | ||
actionConstants.js | ||
actionConstants.test.js | ||
actions.js | ||
actions.test.js | ||
store.js |