I WANT the extension to be a bit more robust to failures
SO THAT that it does not, as a whole, crash (individual errors are acceptable)
Additional details
Going to do this by converting all entry points into extension code from the browser from async functions into non-async functions containing a promise chain with a .catch()
Brief overview
AS AN extension user
I WANT the extension to be a bit more robust to failures
SO THAT that it does not, as a whole, crash (individual errors are acceptable)
Additional details
Going to do this by converting all entry points into extension code from the browser from async functions into non-async functions containing a promise chain with a
.catch()