You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, navigation of a frame is asynchronously scheduled through NavigationScheduler::schedule(). This can be of variable-length delay, and has lots of other logic. So, instead of going through EventSender, this class should directly store and load nondeterministic timings.
The implementation should look similar to ScriptRunner.
Sometimes, navigation of a frame is asynchronously scheduled through
NavigationScheduler::schedule()
. This can be of variable-length delay, and has lots of other logic. So, instead of going through EventSender, this class should directly store and load nondeterministic timings.The implementation should look similar to ScriptRunner.
Example stack trace:
The text was updated successfully, but these errors were encountered: