Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a closure of the callback function for page.evaluate #173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

guxx0014
Copy link

Without this closure, this may occur with browser fixture created from extending test

Error: page.evaluate: TypeError: callbacks.set is not a function

    at <anonymous>:24:64
    at new Promise (<anonymous>)
    at globalThis.<computed> (<anonymous>:24:21)
    at eval (eval at evaluate (:234:30), <anonymous>:2:16)
    at UtilityScript.evaluate (<anonymous>:236:17)
    at UtilityScript.<anonymous> (<anonymous>:1:44)

Without this closure, this may occur with browser fixture created from
extending test

Error: page.evaluate: TypeError: callbacks.set is not a function

        at <anonymous>:24:64
        at new Promise (<anonymous>)
        at globalThis.<computed> (<anonymous>:24:21)
        at eval (eval at evaluate (:234:30), <anonymous>:2:16)
        at UtilityScript.evaluate (<anonymous>:236:17)
        at UtilityScript.<anonymous> (<anonymous>:1:44)

Signed-off-by: Hong Gu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants