@posthog/rrweb 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.
package/dist/rrweb.js CHANGED
@@ -16946,6 +16946,8 @@ class Replayer {
16946
16946
  (_b = this.speedServiceSubscription) == null ? void 0 : _b.unsubscribe();
16947
16947
  this.serviceSubscription = void 0;
16948
16948
  this.speedServiceSubscription = void 0;
16949
+ this.service.stop();
16950
+ this.speedService.stop();
16949
16951
  this.timeouts.forEach((timeout) => clearTimeout(timeout));
16950
16952
  this.timeouts.clear();
16951
16953
  this.styleSheetLoadListeners.forEach((handler, element) => {