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

Expose a documentOverride setting #4844

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Commits on Oct 13, 2023

  1. Expose a documentOverride setting

    This lets the embedder choose which Document object to use for creating
    elements, adding event listeners, etc. The reason this exists is because
    when working with multiple windows it can be convenient to create all
    elements under the primary window to make instanceof usage consistent.
    
    See microsoft/vscode#195595
    Tyriar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    41c6228 View commit details
    Browse the repository at this point in the history