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

Correctly handle different javascript realms/documents #147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2024

  1. Correctly detect elements coming from different realms

    This does not support elements coming from a third realm, different from the one we are running and the one the document belongs to, but this is even less common than having to deal with crossrealm elements to begin with. (And impossible on Firefox)
    edave64 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2c46366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4bb670 View commit details
    Browse the repository at this point in the history