Options
All
  • Public
  • Public/Protected
  • All
Menu

External module chrome/ex_handler

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