canjs / can-zone

A context for tracking asynchronous activity in JavaScript applications.

Home Page:https://v4.canjs.com/doc/can-zone.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can-zone-logo

can-zone

Join our Slack Join our Discourse License: MIT npm version Travis build status AppVeyor build status Greenkeeper badge

A library that tracks asynchronous activity and lets you know when it has completed. Useful when you need to call a function and wait for all async behavior to complete, such as when performing server-side rendering.

Documentation

Read the can-zone API docs on CanJS.com.

Changelog

See the latest releases on GitHub.

Contributing

The contribution guide has information on getting help, reporting bugs, developing locally, and more.

License

MIT

About

A context for tracking asynchronous activity in JavaScript applications.

https://v4.canjs.com/doc/can-zone.html

License:MIT License


Languages

Language:JavaScript 98.7%Language:HTML 1.3%