1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/store/action-queue
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
..
index.js Document callback-style background calls as deprecated (#17376) 2023-01-26 12:27:15 -03:30
index.test.js MV3: add retry logic to actions (#15337) 2022-09-05 20:25:34 +05:30
queue.integration.test.js MV3: add retry logic to actions (#15337) 2022-09-05 20:25:34 +05:30