This repository was archived by the owner on Jul 30, 2018. It is now read-only.
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
window.window should work under JSDom #10
Closed
Description
Bug
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.