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

can-wait should work when xhr event is not provided. #39

Closed m-mujica closed 8 years ago

m-mujica commented 8 years ago

cc: @matthewp

matthewp commented 8 years ago

Thanks, this is needed for the Node XHR polyfill, it doesn't provide the event object (until https://github.com/flububb/node-XMLHttpRequest/pull/1 is merged/released).

m-mujica commented 8 years ago

@matthewp I changed the test description.

matthewp commented 8 years ago

Released as can-wait 0.2.11