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.
Fix wait in networkIdle when event already fired
We need to register that the `networkIdle` event has fired, just as we're doing for the `load` and `DOMContentLoaded`. We sometimes see that the `networkIdle` event is fired before the frame has a chance to register a listener/handler.
- Loading branch information