Backbone.js 中的 2 个保存方法(同步) - 一个用于持久保存,一个最终完成方法
我想知道是否有人有过使用持久自动保存(本地存储)和保存模型.sync
的经验完全保存/确认(RESTful JSON 请求)。
我一直在使用主干本地存储适配器来覆盖默认行为,但我想知道是否有比在自定义同步功能中添加开关更优雅的方法。
I'm wondering if anyone has had any experience in saving the model, .sync
, with a persistent auto-save (localStorage) AND a full save/confirm (RESTful JSON request).
I've been using the backbone-localstorage adapter that overrides the default behaviour but I was wondering if there is a more elegant way than just adding a switch in a custom sync function.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无需更改
Backbone.sync
No need to change
Backbone.sync