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

Async JSHandle #1366

Merged
merged 7 commits into from
Jun 5, 2024
Merged

Async JSHandle #1366

merged 7 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. Update JSHandle.asElement mapping to use mapping

    Returning a goja.Object isn't necessary here.
    inancgumus committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0634aab View commit details
    Browse the repository at this point in the history
  2. Async JSHandle.dispose

    inancgumus committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7e5a151 View commit details
    Browse the repository at this point in the history
  3. Async JSHandle.evaluate

    inancgumus committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    18228a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b8bd1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96e8ba3 View commit details
    Browse the repository at this point in the history
  6. Async JSHandle.jsonValue

    inancgumus committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9f310be View commit details
    Browse the repository at this point in the history
  7. Update pageon JS example

    inancgumus committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c3aec51 View commit details
    Browse the repository at this point in the history