Global exception handlers
Listen for unhandledrejection event to catch uncaught promises for logging purposes. This is a Chrome only thing.
Replace the window global error handler for logging purposes.
Include the module in each .html file:
script type="module" src="../node_modules/@opus1269/chrome-ext-utils/src/ex_handler.js"></script>
Generated using TypeDoc
Global exception handlers
Listen for unhandledrejection event to catch uncaught promises for logging purposes.
This is a Chrome only thing.
Replace the window global error handler for logging purposes.
Include the module in each .html file:
script type="module" src="../node_modules/@opus1269/chrome-ext-utils/src/ex_handler.js"></script>