This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the child frame check in recalcLifecycle
The reason this was in place was due to out of order CDP events. Before PR #555, there was a slim chance that the root frame would receive lifecycle events before its child frames. This is now not the case and we can see after extensive stress tests that the child frame first receives CDP events and then the root/main frame.
- Loading branch information