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

Implement the Debug Zone #74

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

This fixes #73

Adds a "Debug Zone" that provides debugging information for when a Task fails to complete. it is used in conjunction with the Timeout Zone.

matthewp commented 8 years ago

Needs docs