@posthog/rrweb-player 0.0.38 → 0.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12698,6 +12698,8 @@ class Replayer {
12698
12698
  (_b2 = this.speedServiceSubscription) == null ? void 0 : _b2.unsubscribe();
12699
12699
  this.serviceSubscription = void 0;
12700
12700
  this.speedServiceSubscription = void 0;
12701
+ this.service.stop();
12702
+ this.speedService.stop();
12701
12703
  this.timeouts.forEach((timeout) => clearTimeout(timeout));
12702
12704
  this.timeouts.clear();
12703
12705
  this.styleSheetLoadListeners.forEach((handler, element2) => {