Closed sjrd closed 5 years ago
I don't think it should, because there is no way to exit out of a jsdom environment anymore.
Good point. I assume window.close()
(on all open windows) doesn't actually exit? In any case, OK to leave like this.
Ping @gzm0 about the latest commit.
OK, I reverted most of the changes, and deleted the dead code.
@gzm0 Anything else here? Together with the PhantomJS env--which I'll update according to whatever design we settle on here--this is the only remaining artifact before we can really announce 1.0.0-M7.
Oh, dear. Sorry, somehow I kept the pending review open. Will review asap.
I don't think it should, because there is no way to exit out of a jsdom environment anymore. We used to shove something into
__ScalaJSEnv
, but that something is not otherwise accessible to jsdom-managed scripts. It is only available at the top-level code which controls jsdom.