canjs / can-zone

A context for tracking asynchronous activity in JavaScript applications.
https://v4.canjs.com/doc/can-zone.html
MIT License
92 stars 4 forks source link

Set itself as the global can.Zone #101

Closed matthewp closed 7 years ago

matthewp commented 7 years ago

Instead of the awkward CanZone. Will need to update:

matthewp commented 7 years ago

I've thought better of it and will just leave it the way it is. If we were to do this, it would mean that the entire can namespace would be on the window any time some one used can-zone. Which I think is not something we really want.