@betterbugs/rrweb 2.0.0-alpha.21 → 2.0.0-alpha.22
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.js
CHANGED
|
@@ -15933,7 +15933,7 @@ class Replayer {
|
|
|
15933
15933
|
speed: 1,
|
|
15934
15934
|
maxSpeed: 360,
|
|
15935
15935
|
root: document.body,
|
|
15936
|
-
loadTimeout:
|
|
15936
|
+
loadTimeout: 0,
|
|
15937
15937
|
skipInactive: false,
|
|
15938
15938
|
inactivePeriodThreshold: 10 * 1e3,
|
|
15939
15939
|
showWarning: true,
|