mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +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. |
||
---|---|---|
.. | ||
__mocks__ | ||
components | ||
contexts | ||
css | ||
ducks | ||
helpers | ||
hooks | ||
pages | ||
selectors | ||
store | ||
index.js | ||
index.test.js |