@betterbugs/rrweb 2.0.0-alpha.21 → 2.0.0-alpha.23
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 +1 -1
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.js +1 -1
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +1 -1
- 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/umd/rrweb.js +1 -1
- package/umd/rrweb.min.js +1 -1
package/dist/rrweb.cjs
CHANGED
|
@@ -15935,7 +15935,7 @@ class Replayer {
|
|
|
15935
15935
|
speed: 1,
|
|
15936
15936
|
maxSpeed: 360,
|
|
15937
15937
|
root: document.body,
|
|
15938
|
-
loadTimeout:
|
|
15938
|
+
loadTimeout: 0,
|
|
15939
15939
|
skipInactive: false,
|
|
15940
15940
|
inactivePeriodThreshold: 10 * 1e3,
|
|
15941
15941
|
showWarning: true,
|