-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the emitting of the lifecycle event
We're only ever going to fire the newly received CDP lifecycle event so there's no need for the for loop to go over all the events that have already fired and ignore the ones that have already been emitted to internal handlers. This should lead us to refactoring out the subtreeLifecycleEvents as there's no need for it now, it's just a duplicate of lifecycleEvents.
- Loading branch information
Showing
2 changed files
with
4 additions
and
10 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