alekseykulikov / backbone-offline

[Deprecated] Allows your Backbone.js app to work offline
MIT License
720 stars 56 forks source link

want to track the count of un-synced HTTP CRUD events #56

Closed t3living closed 11 years ago

t3living commented 11 years ago

I am working on an online/offline app which will sync with server when a network is available and operate offline when there is no network. I would like to track how many items or sync events are being held in the queue to offer feedback to my user. any suggestions on where to hook into this?