requestAnimationFrame(() => {
      if (typeof activeService.handlers === "function")
        activeService.handlers({
          next: this.next.bind(this),
          upload: this.upload.bind(this),