We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In browser context, removing iframe from parent does not corrupt the window object that scripts have access to inside of the loaded context.
In node context - with jsdom - the document and _location properties no longer exist after the parent is removed.
The text was updated successfully, but these errors were encountered:
c088b67
c088b67 is only a hacky fix that needs a full solution
Sorry, something went wrong.
keep bundle in npm package - and save part of the change for the #29 …
7b82dc4
…change
No branches or pull requests
In browser context, removing iframe from parent does not corrupt the window object that scripts have access to inside of the loaded context.
In node context - with jsdom - the document and _location properties no longer exist after the parent is removed.
The text was updated successfully, but these errors were encountered: