Open derekrprice opened 1 year ago
With Manifest v3, when callbacks are not provided, functions return promises instead.
Return promises instead of using the callback.
Sticking with callbacks. This is ugly!
Manifest v2 is EOL and the Chrome store has already stopped accepting new manifest v2 submissions.
I couldn't wait longer so I released this as npm package: @mobile-next/jest-chrome
Is your feature request related to a problem? Please describe.
With Manifest v3, when callbacks are not provided, functions return promises instead.
Describe the solution you'd like
Return promises instead of using the callback.
Describe alternatives you've considered
Sticking with callbacks. This is ugly!
Additional context
Manifest v2 is EOL and the Chrome store has already stopped accepting new manifest v2 submissions.