-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: stopped notification handler (#5750)
* fix: add undefined to config Promise type And fix a spelling error. * feat: add stopped registration point * chore: wire up Subscriber * chore: make call async * chore: use notification exports * chore: check callback before setTimeout * chore: use null * chore: api_guardian:update * refactor: move factories to avoid circular dep * chore: api_guardian:update * chore: remove empty lines * chore: remove canReportError and add tests * test: use onStoppedNotification * chore: remove unused import * refactor: import notification factories directly * refactor: use delegatable provider * test: replace setTimeout with the provider * chore: add and use timeout provider * chore: use ObservableNotification type * chore: update api_guardian files * chore: comment the delegation of setTimeout, et al.
- Loading branch information
Showing
14 changed files
with
318 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.