You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
The window when jsdom is loaded should contain a reference to itself under the window.window property. This is to help ensure that when code tries to grab a reference to the global scope, that it will be able to have a reference to the window without assuming it is actually the global scope.
The text was updated successfully, but these errors were encountered:
Bug
The
window
when jsdom is loaded should contain a reference to itself under thewindow.window
property. This is to help ensure that when code tries to grab a reference to the global scope, that it will be able to have a reference to thewindow
without assuming it is actually the global scope.The text was updated successfully, but these errors were encountered: