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.
是否有一种(相对)简单的方法来调试哪个依赖项导致调用自定义 Knockout 绑定的更新回调?我的问题是绑定重复接收更新,我看不到是什么触发了这些更新。我认为绑定的隐含依赖关系正在发生变化,但我看不出如何查明它。
通过消除过程,我能够追踪负责更新的可观察对象,即一次禁用部分更新回调,直到我最终找到对导致更新的可观察对象的变异调用。我仍然想知道是否有更智能/更直接的调试方法:)
I'm attempting to build a non blocking async call in an Ember.js app without using Ember Data.
I have the following Ember.js model: