fetchCached
fetchCached copied to clipboard
Bind to collection reset and change events
First off, thanks for the plugin. Really helped me to improve performance on my JSON filtering app.
It would be great, if you could bind to collection "reset" and "change" events to update the localStorage item.
Hi Vinay,
Yes this would be a good addition. I have actually done this in our closed source version of fetchCached at StumbleUpon. I'm sure I will be able to open source these changes and will plan on adding it this weekend.
Thanks for the suggestion!
On Saturday, October 20, 2012 at 10:39 PM, Vinay M wrote:
First off, thanks for the plugin. Really helped me to improve performance on my JSON filtering app. It would be great, if you could bind to collection "reset" and "change" events to update the localStorage item.
— Reply to this email directly or view it on GitHub (https://github.com/joneath/fetchCached/issues/1).
Hi,
Was curious if these (reset/change) changes ever got pushed to the open source lib?
Thanks again for the library.