@betterbugs/replay 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/replay.cjs +1 -1
- package/dist/replay.cjs.map +1 -1
- package/dist/replay.js +1 -1
- package/dist/replay.js.map +1 -1
- package/dist/replay.umd.cjs +1 -1
- package/dist/replay.umd.cjs.map +1 -1
- package/dist/replay.umd.min.cjs +1 -1
- package/dist/replay.umd.min.cjs.map +2 -2
- package/package.json +3 -3
- package/umd/replay.js +1 -1
- package/umd/replay.min.js +1 -1
package/dist/replay.umd.cjs
CHANGED
|
@@ -11237,7 +11237,7 @@ class Replayer {
|
|
|
11237
11237
|
speed: 1,
|
|
11238
11238
|
maxSpeed: 360,
|
|
11239
11239
|
root: document.body,
|
|
11240
|
-
loadTimeout:
|
|
11240
|
+
loadTimeout: 0,
|
|
11241
11241
|
skipInactive: false,
|
|
11242
11242
|
inactivePeriodThreshold: 10 * 1e3,
|
|
11243
11243
|
showWarning: true,
|