@betterbugs/replay 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/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.cjs
CHANGED
|
@@ -11194,7 +11194,7 @@ class Replayer {
|
|
|
11194
11194
|
speed: 1,
|
|
11195
11195
|
maxSpeed: 360,
|
|
11196
11196
|
root: document.body,
|
|
11197
|
-
loadTimeout:
|
|
11197
|
+
loadTimeout: 0,
|
|
11198
11198
|
skipInactive: false,
|
|
11199
11199
|
inactivePeriodThreshold: 10 * 1e3,
|
|
11200
11200
|
showWarning: true,
|