1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/store
Mark Stacey 506ee16648
Document callback-style background calls as deprecated (#17376)
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.
2023-01-26 12:27:15 -03:30
..
action-queue Document callback-style background calls as deprecated (#17376) 2023-01-26 12:27:15 -03:30
actionConstants.js Added toaster for removed NFTs (#17297) 2023-01-23 17:23:44 +05:30
actionConstants.test.js
actions.js Fix #17388 - Remove dismiss button from NFT notification (#17389) 2023-01-25 13:28:15 -06:00
actions.test.js
store.js