Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport documents without browsing contexts #4806
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has a number of practical implications:
defaultViewshould return null if the document doesn't have a browsing contextwindowmember ofDocument, since that's only there for internal purposes (basically "give me a global object related to this node")window_from_nodeis usedI'm sure there are more that elude me at this moment.