集合更新是否会触发this.ready()?

时间:2015-12-18 02:57:35

标签: javascript mongodb meteor

我无法在Meteor文档中的任何位置找到此信息,但似乎this.ready()this.autorun()始终在修改集合(与此出版物相关)后触发。这是真的?

var h = this.subscribe('my-publication');

this.autorun(function() {
  if (h.ready()) {
    // Does this block run after a
    // collection add/update/remove? 
  } 
} 

0 个答案:

没有答案