Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: notification services controller - silently handle push not…
…ifications (#4536) ## Explanation Even if extensions permit push notifications, browsers can still block push notifications. This change allows push notifications to silently fail, and allow notifications to still be created. ## References ## Changelog ### `@metamask/notification-services-controller` - **ADDED**: catch statements to log and silently fail push notification actions. ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate
- Loading branch information