@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.cjs +2 -0
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.js +2 -0
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +2 -0
- package/dist/rrweb.umd.cjs.map +2 -2
- package/dist/rrweb.umd.min.cjs +1 -1
- package/dist/rrweb.umd.min.cjs.map +2 -2
- package/package.json +5 -5
package/dist/rrweb.umd.cjs
CHANGED
|
@@ -16929,6 +16929,8 @@ class Replayer {
|
|
|
16929
16929
|
(_b = this.speedServiceSubscription) == null ? void 0 : _b.unsubscribe();
|
|
16930
16930
|
this.serviceSubscription = void 0;
|
|
16931
16931
|
this.speedServiceSubscription = void 0;
|
|
16932
|
+
this.service.stop();
|
|
16933
|
+
this.speedService.stop();
|
|
16932
16934
|
this.timeouts.forEach((timeout) => clearTimeout(timeout));
|
|
16933
16935
|
this.timeouts.clear();
|
|
16934
16936
|
this.styleSheetLoadListeners.forEach((handler, element) => {
|