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

NW.js timeout ids are numbers #106

Closed matthewp closed 7 years ago

matthewp commented 7 years ago

We have special casing for the Node environment because it uses objects for its timer ids. NW.js is a Node environment but uses numbers.