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
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Fix concurrent usage of goja.Runtime in waitForNavigation (#508)
* Fix concurrent usage of goja.Runtime in waitForNavigation
This is a functional change from before, since the iteration won't be
interrupted by a timeout error anymore, and the promise will be rejected
instead. This might be an acceptable tradeoff for using a lock, but it
would be better if there was a way of interrupting the iteration if the
promise is rejected.
Fixes#506
* Return all timeout context errors from waitForNavigation promise
Resolves#508 (comment)
* Move debug log of waitForNavigation timeout done error
Partly resolves#508 (comment)
0 commit comments