Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Backbone.Collection.reset() を呼び出すと、コレクション内の各モデルが destroy() されますか、それともまだメモリに保持されていますか?
各モデルを呼び出す.destroy()のではなく、奇妙なことになります。このdestroy()メソッドはDELETE通常ajaxリクエストを呼び出し、.reset()サーバーへのデータの同期には何もしません。コレクションをクリアするため、モデルが保存された場所がコレクションだけだった場合は、次のように言えます。それらはまだメモリに保持されていません
.destroy()
destroy()
DELETE
.reset()