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