genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

Cache data gets modified outside cache #13

Closed frederikbosch closed 9 years ago

frederikbosch commented 9 years ago

This bug prevents to store data later on: results in DataCloneError. Cache should return copies instead of insert initial value.