Currently when you create a Zone everything overrides the environment's global. However, in some cases, there might be another global (such as jsdom, which creates a window), and you would rather it's globals be overridden.
It might be nice to be able to provide the global. Although in some ways this violates what Zones are about, so I'm unsure about it.
Currently when you create a Zone everything overrides the environment's global. However, in some cases, there might be another global (such as jsdom, which creates a window), and you would rather it's globals be overridden.
It might be nice to be able to provide the global. Although in some ways this violates what Zones are about, so I'm unsure about it.