@posthog/rrweb-player 0.0.38 → 0.0.39
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-player.cjs +2 -0
- package/dist/rrweb-player.cjs.map +1 -1
- package/dist/rrweb-player.js +2 -0
- package/dist/rrweb-player.js.map +1 -1
- package/dist/rrweb-player.umd.cjs +2 -0
- package/dist/rrweb-player.umd.cjs.map +2 -2
- package/dist/rrweb-player.umd.min.cjs +1 -1
- package/dist/rrweb-player.umd.min.cjs.map +2 -2
- package/package.json +4 -4
package/dist/rrweb-player.cjs
CHANGED
|
@@ -12681,6 +12681,8 @@ class Replayer {
|
|
|
12681
12681
|
(_b2 = this.speedServiceSubscription) == null ? void 0 : _b2.unsubscribe();
|
|
12682
12682
|
this.serviceSubscription = void 0;
|
|
12683
12683
|
this.speedServiceSubscription = void 0;
|
|
12684
|
+
this.service.stop();
|
|
12685
|
+
this.speedService.stop();
|
|
12684
12686
|
this.timeouts.forEach((timeout) => clearTimeout(timeout));
|
|
12685
12687
|
this.timeouts.clear();
|
|
12686
12688
|
this.styleSheetLoadListeners.forEach((handler, element2) => {
|