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
Refactor the parsing of the option out of the promise and into the mapping layer for frame.waitForNavigation.
Why
This will help avoid a scenario where more than one off main goja thread goroutine (i.e. promise) is ran concurrently which could try to access the goja runtime concurrently and cause a panic.
How
The content you are editing has changed. Please copy your edits and refresh the page.
What
Refactor the parsing of the option out of the promise and into the mapping layer for
frame.waitForNavigation
.Why
This will help avoid a scenario where more than one off main goja thread goroutine (i.e. promise) is ran concurrently which could try to access the goja runtime concurrently and cause a panic.
How
Tasks
The text was updated successfully, but these errors were encountered: