_handleVisibilityChange()

in zuul-status/zuul-status.js [219:224]


  _handleVisibilityChange(e) {
    if (!document.hidden && this._needsUpdate) {
      this._update();
      this._needsUpdate = false;
    }
  }