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

Make Zone extensible #151

Closed matthewp closed 7 years ago

matthewp commented 7 years ago

This makes Zone be extensible; things can extend CanZone to create their own constructors. These constructors won't interfere with each other; an instance of Zone2 doesn't affect Zone3, etc.