@openreplay/tracker 11.0.6 → 12.0.0
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/CHANGELOG.md +4 -2
- package/cjs/app/index.d.ts +84 -6
- package/cjs/app/index.js +427 -58
- package/cjs/app/logger.d.ts +7 -17
- package/cjs/app/logger.js +11 -19
- package/cjs/app/messages.gen.d.ts +2 -0
- package/cjs/app/messages.gen.js +20 -1
- package/cjs/app/observer/iframe_observer.js +4 -1
- package/cjs/app/observer/shadow_root_observer.js +4 -1
- package/cjs/app/observer/top_observer.js +7 -4
- package/cjs/common/interaction.d.ts +5 -2
- package/cjs/common/messages.gen.d.ts +17 -2
- package/cjs/index.d.ts +45 -2
- package/cjs/index.js +237 -106
- package/cjs/modules/Network/beaconProxy.js +4 -1
- package/cjs/modules/Network/fetchProxy.js +24 -1
- package/cjs/modules/Network/index.js +6 -3
- package/cjs/modules/Network/xhrProxy.js +24 -1
- package/cjs/modules/conditionsManager.d.ts +84 -0
- package/cjs/modules/conditionsManager.js +343 -0
- package/cjs/modules/exception.js +4 -1
- package/cjs/modules/featureFlags.d.ts +1 -1
- package/cjs/modules/featureFlags.js +36 -46
- package/cjs/modules/network.js +5 -2
- package/cjs/modules/tagWatcher.d.ts +21 -0
- package/cjs/modules/tagWatcher.js +77 -0
- package/cjs/modules/userTesting/index.js +30 -4
- package/cjs/modules/userTesting/recorder.js +71 -88
- package/coverage/clover.xml +577 -544
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/index.html +28 -28
- package/coverage/lcov-report/main/app/canvas.ts.html +97 -46
- package/coverage/lcov-report/main/app/guards.ts.html +1 -1
- package/coverage/lcov-report/main/app/index.html +19 -19
- package/coverage/lcov-report/main/app/index.ts.html +62 -35
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +32 -5
- package/coverage/lcov-report/main/app/nodes.ts.html +17 -5
- package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/index.html +1 -1
- package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
- package/coverage/lcov-report/main/app/session.ts.html +1 -1
- package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
- package/coverage/lcov-report/main/index.html +9 -9
- package/coverage/lcov-report/main/index.ts.html +27 -6
- package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/index.html +1 -1
- package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
- package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/conditionsManager.ts.html +92 -38
- package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/console.ts.html +1 -1
- package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
- package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
- package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
- package/coverage/lcov-report/main/modules/featureFlags.ts.html +1 -1
- package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
- package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
- package/coverage/lcov-report/main/modules/img.ts.html +1 -1
- package/coverage/lcov-report/main/modules/index.html +21 -21
- package/coverage/lcov-report/main/modules/input.ts.html +1 -1
- package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
- package/coverage/lcov-report/main/modules/network.ts.html +1 -1
- package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
- package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
- package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tagWatcher.ts.html +54 -27
- package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +1 -1
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +1 -1
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +17 -5
- package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
- package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
- package/coverage/lcov-report/webworker/index.html +7 -7
- package/coverage/lcov-report/webworker/index.ts.html +1 -1
- package/coverage/lcov.info +1100 -1033
- package/lib/app/index.d.ts +84 -6
- package/lib/app/index.js +387 -44
- package/lib/app/logger.d.ts +7 -17
- package/lib/app/logger.js +11 -19
- package/lib/app/messages.gen.d.ts +2 -0
- package/lib/app/messages.gen.js +17 -0
- package/lib/common/interaction.d.ts +5 -2
- package/lib/common/messages.gen.d.ts +17 -2
- package/lib/common/tsconfig.tsbuildinfo +1 -1
- package/lib/index.d.ts +45 -2
- package/lib/index.js +191 -86
- package/lib/modules/conditionsManager.d.ts +84 -0
- package/lib/modules/conditionsManager.js +340 -0
- package/lib/modules/featureFlags.d.ts +1 -1
- package/lib/modules/featureFlags.js +36 -46
- package/lib/modules/tagWatcher.d.ts +21 -0
- package/lib/modules/tagWatcher.js +74 -0
- package/lib/modules/userTesting/recorder.js +71 -88
- package/package.json +1 -1
- package/tsconfig-base.json +3 -2
|
@@ -25,28 +25,28 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/490</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>0/
|
|
35
|
+
<span class='fraction'>0/261</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>0/
|
|
42
|
+
<span class='fraction'>0/87</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/476</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -1304,9 +1304,18 @@
|
|
|
1304
1304
|
<a name='L1239'></a><a href='#L1239'>1239</a>
|
|
1305
1305
|
<a name='L1240'></a><a href='#L1240'>1240</a>
|
|
1306
1306
|
<a name='L1241'></a><a href='#L1241'>1241</a>
|
|
1307
|
-
<a name='L1242'></a><a href='#L1242'>1242</a
|
|
1307
|
+
<a name='L1242'></a><a href='#L1242'>1242</a>
|
|
1308
|
+
<a name='L1243'></a><a href='#L1243'>1243</a>
|
|
1309
|
+
<a name='L1244'></a><a href='#L1244'>1244</a>
|
|
1310
|
+
<a name='L1245'></a><a href='#L1245'>1245</a>
|
|
1311
|
+
<a name='L1246'></a><a href='#L1246'>1246</a>
|
|
1312
|
+
<a name='L1247'></a><a href='#L1247'>1247</a>
|
|
1313
|
+
<a name='L1248'></a><a href='#L1248'>1248</a>
|
|
1314
|
+
<a name='L1249'></a><a href='#L1249'>1249</a>
|
|
1315
|
+
<a name='L1250'></a><a href='#L1250'>1250</a>
|
|
1316
|
+
<a name='L1251'></a><a href='#L1251'>1251</a></td><td class="line-coverage quiet"><span class="cline-any cline-no"> </span>
|
|
1317
|
+
<span class="cline-any cline-no"> </span>
|
|
1308
1318
|
<span class="cline-any cline-no"> </span>
|
|
1309
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1310
1319
|
<span class="cline-any cline-no"> </span>
|
|
1311
1320
|
<span class="cline-any cline-neutral"> </span>
|
|
1312
1321
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -1437,6 +1446,7 @@
|
|
|
1437
1446
|
<span class="cline-any cline-neutral"> </span>
|
|
1438
1447
|
<span class="cline-any cline-neutral"> </span>
|
|
1439
1448
|
<span class="cline-any cline-neutral"> </span>
|
|
1449
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1440
1450
|
<span class="cline-any cline-no"> </span>
|
|
1441
1451
|
<span class="cline-any cline-neutral"> </span>
|
|
1442
1452
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -1519,6 +1529,7 @@
|
|
|
1519
1529
|
<span class="cline-any cline-neutral"> </span>
|
|
1520
1530
|
<span class="cline-any cline-neutral"> </span>
|
|
1521
1531
|
<span class="cline-any cline-neutral"> </span>
|
|
1532
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1522
1533
|
<span class="cline-any cline-no"> </span>
|
|
1523
1534
|
<span class="cline-any cline-no"> </span>
|
|
1524
1535
|
<span class="cline-any cline-no"> </span>
|
|
@@ -1946,6 +1957,7 @@
|
|
|
1946
1957
|
<span class="cline-any cline-neutral"> </span>
|
|
1947
1958
|
<span class="cline-any cline-neutral"> </span>
|
|
1948
1959
|
<span class="cline-any cline-neutral"> </span>
|
|
1960
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1949
1961
|
<span class="cline-any cline-no"> </span>
|
|
1950
1962
|
<span class="cline-any cline-no"> </span>
|
|
1951
1963
|
<span class="cline-any cline-no"> </span>
|
|
@@ -1996,6 +2008,7 @@
|
|
|
1996
2008
|
<span class="cline-any cline-no"> </span>
|
|
1997
2009
|
<span class="cline-any cline-no"> </span>
|
|
1998
2010
|
<span class="cline-any cline-no"> </span>
|
|
2011
|
+
<span class="cline-any cline-no"> </span>
|
|
1999
2012
|
<span class="cline-any cline-neutral"> </span>
|
|
2000
2013
|
<span class="cline-any cline-no"> </span>
|
|
2001
2014
|
<span class="cline-any cline-no"> </span>
|
|
@@ -2016,14 +2029,12 @@
|
|
|
2016
2029
|
<span class="cline-any cline-no"> </span>
|
|
2017
2030
|
<span class="cline-any cline-neutral"> </span>
|
|
2018
2031
|
<span class="cline-any cline-no"> </span>
|
|
2019
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2020
2032
|
<span class="cline-any cline-no"> </span>
|
|
2021
2033
|
<span class="cline-any cline-neutral"> </span>
|
|
2022
2034
|
<span class="cline-any cline-no"> </span>
|
|
2023
2035
|
<span class="cline-any cline-neutral"> </span>
|
|
2024
2036
|
<span class="cline-any cline-neutral"> </span>
|
|
2025
2037
|
<span class="cline-any cline-neutral"> </span>
|
|
2026
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2027
2038
|
<span class="cline-any cline-no"> </span>
|
|
2028
2039
|
<span class="cline-any cline-no"> </span>
|
|
2029
2040
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2066,14 +2077,12 @@
|
|
|
2066
2077
|
<span class="cline-any cline-no"> </span>
|
|
2067
2078
|
<span class="cline-any cline-neutral"> </span>
|
|
2068
2079
|
<span class="cline-any cline-no"> </span>
|
|
2069
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2070
2080
|
<span class="cline-any cline-no"> </span>
|
|
2071
2081
|
<span class="cline-any cline-neutral"> </span>
|
|
2072
2082
|
<span class="cline-any cline-no"> </span>
|
|
2073
2083
|
<span class="cline-any cline-neutral"> </span>
|
|
2074
2084
|
<span class="cline-any cline-neutral"> </span>
|
|
2075
2085
|
<span class="cline-any cline-neutral"> </span>
|
|
2076
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2077
2086
|
<span class="cline-any cline-no"> </span>
|
|
2078
2087
|
<span class="cline-any cline-no"> </span>
|
|
2079
2088
|
<span class="cline-any cline-no"> </span>
|
|
@@ -2205,7 +2214,6 @@
|
|
|
2205
2214
|
<span class="cline-any cline-neutral"> </span>
|
|
2206
2215
|
<span class="cline-any cline-no"> </span>
|
|
2207
2216
|
<span class="cline-any cline-no"> </span>
|
|
2208
|
-
<span class="cline-any cline-no"> </span>
|
|
2209
2217
|
<span class="cline-any cline-neutral"> </span>
|
|
2210
2218
|
<span class="cline-any cline-no"> </span>
|
|
2211
2219
|
<span class="cline-any cline-no"> </span>
|
|
@@ -2357,32 +2365,38 @@
|
|
|
2357
2365
|
<span class="cline-any cline-no"> </span>
|
|
2358
2366
|
<span class="cline-any cline-no"> </span>
|
|
2359
2367
|
<span class="cline-any cline-neutral"> </span>
|
|
2368
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2360
2369
|
<span class="cline-any cline-no"> </span>
|
|
2361
2370
|
<span class="cline-any cline-no"> </span>
|
|
2362
2371
|
<span class="cline-any cline-no"> </span>
|
|
2363
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2364
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2365
2372
|
<span class="cline-any cline-no"> </span>
|
|
2366
2373
|
<span class="cline-any cline-neutral"> </span>
|
|
2367
2374
|
<span class="cline-any cline-no"> </span>
|
|
2375
|
+
<span class="cline-any cline-no"> </span>
|
|
2376
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2377
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2378
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2379
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2368
2380
|
<span class="cline-any cline-neutral"> </span>
|
|
2369
2381
|
<span class="cline-any cline-neutral"> </span>
|
|
2370
2382
|
<span class="cline-any cline-no"> </span>
|
|
2371
|
-
<span class="cline-any cline-
|
|
2383
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2384
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2372
2385
|
<span class="cline-any cline-neutral"> </span>
|
|
2373
2386
|
<span class="cline-any cline-no"> </span>
|
|
2387
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2374
2388
|
<span class="cline-any cline-no"> </span>
|
|
2375
2389
|
<span class="cline-any cline-neutral"> </span>
|
|
2376
2390
|
<span class="cline-any cline-neutral"> </span>
|
|
2377
2391
|
<span class="cline-any cline-no"> </span>
|
|
2378
2392
|
<span class="cline-any cline-no"> </span>
|
|
2379
2393
|
<span class="cline-any cline-neutral"> </span>
|
|
2380
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2381
2394
|
<span class="cline-any cline-no"> </span>
|
|
2382
2395
|
<span class="cline-any cline-no"> </span>
|
|
2383
2396
|
<span class="cline-any cline-neutral"> </span>
|
|
2384
2397
|
<span class="cline-any cline-neutral"> </span>
|
|
2385
2398
|
<span class="cline-any cline-no"> </span>
|
|
2399
|
+
<span class="cline-any cline-no"> </span>
|
|
2386
2400
|
<span class="cline-any cline-neutral"> </span>
|
|
2387
2401
|
<span class="cline-any cline-neutral"> </span>
|
|
2388
2402
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2439,6 +2453,10 @@
|
|
|
2439
2453
|
<span class="cline-any cline-neutral"> </span>
|
|
2440
2454
|
<span class="cline-any cline-no"> </span>
|
|
2441
2455
|
<span class="cline-any cline-no"> </span>
|
|
2456
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2457
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2458
|
+
<span class="cline-any cline-no"> </span>
|
|
2459
|
+
<span class="cline-any cline-no"> </span>
|
|
2442
2460
|
<span class="cline-any cline-no"> </span>
|
|
2443
2461
|
<span class="cline-any cline-no"> </span>
|
|
2444
2462
|
<span class="cline-any cline-no"> </span>
|
|
@@ -2547,7 +2565,7 @@
|
|
|
2547
2565
|
<span class="cline-any cline-neutral"> </span>
|
|
2548
2566
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js"><span class="cstat-no" title="statement not covered" >import ConditionsManager from '../modules/conditionsManager.js'</span>
|
|
2549
2567
|
<span class="cstat-no" title="statement not covered" >import FeatureFlags from '../modules/featureFlags.js'</span>
|
|
2550
|
-
import
|
|
2568
|
+
<span class="cstat-no" title="statement not covered" >import Message, { TagTrigger } from './messages.gen.js'</span>
|
|
2551
2569
|
<span class="cstat-no" title="statement not covered" >import {</span>
|
|
2552
2570
|
Timestamp,
|
|
2553
2571
|
Metadata,
|
|
@@ -2663,6 +2681,7 @@ type AppOptions = {
|
|
|
2663
2681
|
__is_snippet: boolean
|
|
2664
2682
|
__debug_report_edp: string | null
|
|
2665
2683
|
__debug__?: ILogLevel
|
|
2684
|
+
__save_canvas_locally?: boolean
|
|
2666
2685
|
localStorage: Storage | null
|
|
2667
2686
|
sessionStorage: Storage | null
|
|
2668
2687
|
forceSingleTab?: boolean
|
|
@@ -2751,6 +2770,7 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
2751
2770
|
__is_snippet: false,
|
|
2752
2771
|
__debug_report_edp: null,
|
|
2753
2772
|
__debug__: LogLevel.Silent,
|
|
2773
|
+
__save_canvas_locally: false,
|
|
2754
2774
|
localStorage: null,
|
|
2755
2775
|
sessionStorage: null,
|
|
2756
2776
|
disableStringDict: false,
|
|
@@ -2777,9 +2797,9 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
2777
2797
|
<span class="cstat-no" title="statement not covered" > this.session = new Session(this, this.options)</span>
|
|
2778
2798
|
<span class="cstat-no" title="statement not covered" > this.attributeSender = new AttributeSender(this, Boolean(this.options.disableStringDict))</span>
|
|
2779
2799
|
<span class="cstat-no" title="statement not covered" > this.featureFlags = new FeatureFlags(this)</span>
|
|
2780
|
-
<span class="cstat-no" title="statement not covered" > this.tagWatcher = new TagWatcher(this.sessionStorage, this.debug.error, <span class="fstat-no" title="function not covered" >(t</span>ag) =>
|
|
2781
|
-
<span class="cstat-no" title="statement not covered" >
|
|
2782
|
-
)
|
|
2800
|
+
<span class="cstat-no" title="statement not covered" > this.tagWatcher = new TagWatcher(this.sessionStorage, this.debug.error, <span class="fstat-no" title="function not covered" >(t</span>ag) => {</span>
|
|
2801
|
+
<span class="cstat-no" title="statement not covered" > this.send(TagTrigger(tag) as Message)</span>
|
|
2802
|
+
})
|
|
2783
2803
|
<span class="cstat-no" title="statement not covered" > this.session.attachUpdateCallback(<span class="fstat-no" title="function not covered" >({</span> userID, metadata }) => {</span>
|
|
2784
2804
|
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (userID != null) {</span>
|
|
2785
2805
|
// TODO: nullable userID
|
|
@@ -3181,6 +3201,7 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3181
3201
|
|
|
3182
3202
|
<span class="cstat-no" title="statement not covered" > return needNewSessionID || !sessionToken</span>
|
|
3183
3203
|
}
|
|
3204
|
+
|
|
3184
3205
|
/**
|
|
3185
3206
|
* start buffering messages without starting the actual session, which gives
|
|
3186
3207
|
* user 30 seconds to "activate" and record session by calling `start()` on conditional trigger
|
|
@@ -3211,9 +3232,9 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3211
3232
|
timezone: getTimezone(),
|
|
3212
3233
|
}),
|
|
3213
3234
|
})
|
|
3214
|
-
// this token is needed to fetch conditions and flags,
|
|
3215
|
-
// but it can't be used to record a session
|
|
3216
3235
|
const {
|
|
3236
|
+
// this token is needed to fetch conditions and flags,
|
|
3237
|
+
// but it can't be used to record a session
|
|
3217
3238
|
token,
|
|
3218
3239
|
userBrowser,
|
|
3219
3240
|
userCity,
|
|
@@ -3236,6 +3257,7 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3236
3257
|
<span class="cstat-no" title="statement not covered" > this.startCallbacks.forEach(<span class="fstat-no" title="function not covered" >(c</span>b) => <span class="cstat-no" title="statement not covered" >cb(onStartInfo))</span></span>
|
|
3237
3258
|
<span class="cstat-no" title="statement not covered" > await this.conditionsManager?.fetchConditions(projectID as string, token as string)</span>
|
|
3238
3259
|
<span class="cstat-no" title="statement not covered" > await this.featureFlags.reloadFlags(token as string)</span>
|
|
3260
|
+
<span class="cstat-no" title="statement not covered" > await this.tagWatcher.fetchTags(this.options.ingestPoint, token as string)</span>
|
|
3239
3261
|
<span class="cstat-no" title="statement not covered" > this.conditionsManager?.processFlags(this.featureFlags.flags)</span>
|
|
3240
3262
|
}
|
|
3241
3263
|
const cycle = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >() =</span>> {</span>
|
|
@@ -3257,11 +3279,9 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3257
3279
|
<span class="cstat-no" title="statement not covered" > this.session.applySessionHash(startOpts.sessionHash)</span>
|
|
3258
3280
|
}
|
|
3259
3281
|
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (startOpts.forceNew) {</span>
|
|
3260
|
-
// Reset session metadata only if requested directly
|
|
3261
3282
|
<span class="cstat-no" title="statement not covered" > this.session.reset()</span>
|
|
3262
3283
|
}
|
|
3263
3284
|
<span class="cstat-no" title="statement not covered" > this.session.assign({</span>
|
|
3264
|
-
// MBTODO: maybe it would make sense to `forceNew` if the `userID` was changed
|
|
3265
3285
|
userID: startOpts.userID,
|
|
3266
3286
|
metadata: startOpts.metadata,
|
|
3267
3287
|
})
|
|
@@ -3307,11 +3327,9 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3307
3327
|
<span class="cstat-no" title="statement not covered" > this.session.applySessionHash(startOpts.sessionHash)</span>
|
|
3308
3328
|
}
|
|
3309
3329
|
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (startOpts.forceNew) {</span>
|
|
3310
|
-
// Reset session metadata only if requested directly
|
|
3311
3330
|
<span class="cstat-no" title="statement not covered" > this.session.reset()</span>
|
|
3312
3331
|
}
|
|
3313
3332
|
<span class="cstat-no" title="statement not covered" > this.session.assign({</span>
|
|
3314
|
-
// MBTODO: maybe it would make sense to `forceNew` if the `userID` was changed
|
|
3315
3333
|
userID: startOpts.userID,
|
|
3316
3334
|
metadata: startOpts.metadata,
|
|
3317
3335
|
})
|
|
@@ -3445,7 +3463,6 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3445
3463
|
) {
|
|
3446
3464
|
const reason =
|
|
3447
3465
|
<span class="cstat-no" title="statement not covered" > 'OpenReplay: trying to call `start()` on the instance that has been started already.'</span>
|
|
3448
|
-
<span class="cstat-no" title="statement not covered" > this.signalError(reason, [])</span>
|
|
3449
3466
|
<span class="cstat-no" title="statement not covered" > return Promise.resolve(UnsuccessfulStart(reason))</span>
|
|
3450
3467
|
}
|
|
3451
3468
|
<span class="cstat-no" title="statement not covered" > this.activityState = ActivityState.Starting</span>
|
|
@@ -3598,9 +3615,22 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3598
3615
|
<span class="cstat-no" title="statement not covered" > this.compressionThreshold = compressionThreshold</span>
|
|
3599
3616
|
const onStartInfo = <span class="cstat-no" title="statement not covered" >{ sessionToken: token, userUUID, sessionID }</span>
|
|
3600
3617
|
// TODO: start as early as possible (before receiving the token)
|
|
3618
|
+
/** after start */
|
|
3601
3619
|
<span class="cstat-no" title="statement not covered" > this.startCallbacks.forEach(<span class="fstat-no" title="function not covered" >(c</span>b) => <span class="cstat-no" title="statement not covered" >cb(onStartInfo))</span> /</span>/ MBTODO: callbacks after DOM "mounted" (observed)
|
|
3602
3620
|
<span class="cstat-no" title="statement not covered" > void this.featureFlags.reloadFlags()</span>
|
|
3621
|
+
<span class="cstat-no" title="statement not covered" > await this.tagWatcher.fetchTags(this.options.ingestPoint, token)</span>
|
|
3603
3622
|
<span class="cstat-no" title="statement not covered" > this.activityState = ActivityState.Active</span>
|
|
3623
|
+
|
|
3624
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (canvasEnabled) {</span>
|
|
3625
|
+
<span class="cstat-no" title="statement not covered" > this.canvasRecorder =</span>
|
|
3626
|
+
this.canvasRecorder ??
|
|
3627
|
+
new CanvasRecorder(this, {
|
|
3628
|
+
fps: canvasFPS,
|
|
3629
|
+
quality: canvasQuality,
|
|
3630
|
+
isDebug: this.options.__save_canvas_locally,
|
|
3631
|
+
})
|
|
3632
|
+
<span class="cstat-no" title="statement not covered" > this.canvasRecorder.startTracking()</span>
|
|
3633
|
+
}
|
|
3604
3634
|
|
|
3605
3635
|
/** --------------- COLD START BUFFER ------------------*/
|
|
3606
3636
|
<span class="cstat-no" title="statement not covered" > if (isColdStart) {</span>
|
|
@@ -3618,13 +3648,6 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3618
3648
|
<span class="cstat-no" title="statement not covered" > this.observer.observe()</span>
|
|
3619
3649
|
<span class="cstat-no" title="statement not covered" > this.ticker.start()</span>
|
|
3620
3650
|
}
|
|
3621
|
-
|
|
3622
|
-
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (canvasEnabled) {</span>
|
|
3623
|
-
<span class="cstat-no" title="statement not covered" > this.canvasRecorder =</span>
|
|
3624
|
-
this.canvasRecorder ??
|
|
3625
|
-
new CanvasRecorder(this, { fps: canvasFPS, quality: canvasQuality })
|
|
3626
|
-
<span class="cstat-no" title="statement not covered" > this.canvasRecorder.startTracking()</span>
|
|
3627
|
-
}
|
|
3628
3651
|
|
|
3629
3652
|
// get rid of onStart ?
|
|
3630
3653
|
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (typeof this.options.onStart === 'function') {</span>
|
|
@@ -3678,6 +3701,10 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3678
3701
|
})
|
|
3679
3702
|
}
|
|
3680
3703
|
|
|
3704
|
+
<span class="cstat-no" title="statement not covered" > restartCanvasTracking = <span class="fstat-no" title="function not covered" >() =</span>> {</span>
|
|
3705
|
+
<span class="cstat-no" title="statement not covered" > this.canvasRecorder?.restartTracking()</span>
|
|
3706
|
+
}
|
|
3707
|
+
|
|
3681
3708
|
<span class="cstat-no" title="statement not covered" > flushBuffer = <span class="fstat-no" title="function not covered" >async (b</span>uffer: Message[]) =><span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" > {</span></span></span>
|
|
3682
3709
|
<span class="cstat-no" title="statement not covered" > return new Promise(<span class="fstat-no" title="function not covered" >(r</span>es) => {</span>
|
|
3683
3710
|
let ended = <span class="cstat-no" title="statement not covered" >false</span>
|
|
@@ -3748,7 +3775,7 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3748
3775
|
/**
|
|
3749
3776
|
* Creates a named hook that expects event name, data string and msg direction (up/down),
|
|
3750
3777
|
* it will skip any message bigger than 5 mb or event name bigger than 255 symbols
|
|
3751
|
-
* @returns {(msgType: string, data: string, dir:
|
|
3778
|
+
* @returns {(msgType: string, data: string, dir: "up" | "down") => void}
|
|
3752
3779
|
* */
|
|
3753
3780
|
<span class="fstat-no" title="function not covered" > trackWs(</span>channelName: string): (msgType: string, data: string, dir: 'up' | 'down') => void {
|
|
3754
3781
|
const channel = <span class="cstat-no" title="statement not covered" >channelName</span>
|
|
@@ -3793,7 +3820,7 @@ function <span class="fstat-no" title="function not covered" >getTimezone(</span
|
|
|
3793
3820
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
3794
3821
|
Code coverage generated by
|
|
3795
3822
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
3796
|
-
at 2024-01-
|
|
3823
|
+
at 2024-01-23T12:19:37.435Z
|
|
3797
3824
|
</div>
|
|
3798
3825
|
<script src="../../prettify.js"></script>
|
|
3799
3826
|
<script>
|
|
@@ -196,7 +196,7 @@ export type ILogLevel = (typeof LogLevel)[keyof typeof LogLevel]
|
|
|
196
196
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
197
197
|
Code coverage generated by
|
|
198
198
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
199
|
-
at 2024-01-
|
|
199
|
+
at 2024-01-23T12:19:37.435Z
|
|
200
200
|
</div>
|
|
201
201
|
<script src="../../prettify.js"></script>
|
|
202
202
|
<script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/144</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>0/
|
|
42
|
+
<span class='fraction'>0/72</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/144</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -1007,7 +1007,16 @@
|
|
|
1007
1007
|
<a name='L942'></a><a href='#L942'>942</a>
|
|
1008
1008
|
<a name='L943'></a><a href='#L943'>943</a>
|
|
1009
1009
|
<a name='L944'></a><a href='#L944'>944</a>
|
|
1010
|
-
<a name='L945'></a><a href='#L945'>945</a
|
|
1010
|
+
<a name='L945'></a><a href='#L945'>945</a>
|
|
1011
|
+
<a name='L946'></a><a href='#L946'>946</a>
|
|
1012
|
+
<a name='L947'></a><a href='#L947'>947</a>
|
|
1013
|
+
<a name='L948'></a><a href='#L948'>948</a>
|
|
1014
|
+
<a name='L949'></a><a href='#L949'>949</a>
|
|
1015
|
+
<a name='L950'></a><a href='#L950'>950</a>
|
|
1016
|
+
<a name='L951'></a><a href='#L951'>951</a>
|
|
1017
|
+
<a name='L952'></a><a href='#L952'>952</a>
|
|
1018
|
+
<a name='L953'></a><a href='#L953'>953</a>
|
|
1019
|
+
<a name='L954'></a><a href='#L954'>954</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
1011
1020
|
<span class="cline-any cline-neutral"> </span>
|
|
1012
1021
|
<span class="cline-any cline-neutral"> </span>
|
|
1013
1022
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -1951,6 +1960,15 @@
|
|
|
1951
1960
|
<span class="cline-any cline-neutral"> </span>
|
|
1952
1961
|
<span class="cline-any cline-neutral"> </span>
|
|
1953
1962
|
<span class="cline-any cline-neutral"> </span>
|
|
1963
|
+
<span class="cline-any cline-no"> </span>
|
|
1964
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1965
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1966
|
+
<span class="cline-any cline-no"> </span>
|
|
1967
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1968
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1969
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1970
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1971
|
+
<span class="cline-any cline-neutral"> </span>
|
|
1954
1972
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">// Auto-generated, do not edit
|
|
1955
1973
|
/* eslint-disable */
|
|
1956
1974
|
|
|
@@ -2895,6 +2913,15 @@ export { default, Type } from '../../common/messages.gen.js'
|
|
|
2895
2913
|
]
|
|
2896
2914
|
}
|
|
2897
2915
|
|
|
2916
|
+
<span class="cstat-no" title="statement not covered" >export function <span class="fstat-no" title="function not covered" >T</span>agTrigger(</span>
|
|
2917
|
+
tagId: number,
|
|
2918
|
+
): Messages.TagTrigger {
|
|
2919
|
+
<span class="cstat-no" title="statement not covered" > return [</span>
|
|
2920
|
+
Messages.Type.TagTrigger,
|
|
2921
|
+
tagId,
|
|
2922
|
+
]
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2898
2925
|
</pre></td></tr></table></pre>
|
|
2899
2926
|
|
|
2900
2927
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -2902,7 +2929,7 @@ export { default, Type } from '../../common/messages.gen.js'
|
|
|
2902
2929
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
2903
2930
|
Code coverage generated by
|
|
2904
2931
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
2905
|
-
at 2024-01-
|
|
2932
|
+
at 2024-01-23T12:19:37.435Z
|
|
2906
2933
|
</div>
|
|
2907
2934
|
<script src="../../prettify.js"></script>
|
|
2908
2935
|
<script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/58</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>0/
|
|
42
|
+
<span class='fraction'>0/15</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/53</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -165,7 +165,11 @@
|
|
|
165
165
|
<a name='L100'></a><a href='#L100'>100</a>
|
|
166
166
|
<a name='L101'></a><a href='#L101'>101</a>
|
|
167
167
|
<a name='L102'></a><a href='#L102'>102</a>
|
|
168
|
-
<a name='L103'></a><a href='#L103'>103</a
|
|
168
|
+
<a name='L103'></a><a href='#L103'>103</a>
|
|
169
|
+
<a name='L104'></a><a href='#L104'>104</a>
|
|
170
|
+
<a name='L105'></a><a href='#L105'>105</a>
|
|
171
|
+
<a name='L106'></a><a href='#L106'>106</a>
|
|
172
|
+
<a name='L107'></a><a href='#L107'>107</a></td><td class="line-coverage quiet"><span class="cline-any cline-no"> </span>
|
|
169
173
|
<span class="cline-any cline-neutral"> </span>
|
|
170
174
|
<span class="cline-any cline-neutral"> </span>
|
|
171
175
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -183,6 +187,10 @@
|
|
|
183
187
|
<span class="cline-any cline-no"> </span>
|
|
184
188
|
<span class="cline-any cline-neutral"> </span>
|
|
185
189
|
<span class="cline-any cline-neutral"> </span>
|
|
190
|
+
<span class="cline-any cline-no"> </span>
|
|
191
|
+
<span class="cline-any cline-no"> </span>
|
|
192
|
+
<span class="cline-any cline-neutral"> </span>
|
|
193
|
+
<span class="cline-any cline-neutral"> </span>
|
|
186
194
|
<span class="cline-any cline-neutral"> </span>
|
|
187
195
|
<span class="cline-any cline-no"> </span>
|
|
188
196
|
<span class="cline-any cline-no"> </span>
|
|
@@ -285,6 +293,10 @@ type ElementListener = [string, EventListener, boolean]
|
|
|
285
293
|
<span class="cstat-no" title="statement not covered" > this.nodeCallbacks.push(nodeCallback)</span>
|
|
286
294
|
}
|
|
287
295
|
|
|
296
|
+
<span class="cstat-no" title="statement not covered" > scanTree = <span class="fstat-no" title="function not covered" >(c</span>b: (node: Node | void) => void) => {</span>
|
|
297
|
+
<span class="cstat-no" title="statement not covered" > this.nodes.forEach(<span class="fstat-no" title="function not covered" >(n</span>ode) => <span class="cstat-no" title="statement not covered" >cb(node))</span></span>
|
|
298
|
+
}
|
|
299
|
+
|
|
288
300
|
<span class="fstat-no" title="function not covered" > attachNodeListener(</span>node: Node, type: string, listener: EventListener, useCapture = <span class="branch-0 cbranch-no" title="branch not covered" >true)</span>: void {
|
|
289
301
|
const id = <span class="cstat-no" title="statement not covered" >this.getID(node)</span>
|
|
290
302
|
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (id === undefined) {</span>
|
|
@@ -376,7 +388,7 @@ type ElementListener = [string, EventListener, boolean]
|
|
|
376
388
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
377
389
|
Code coverage generated by
|
|
378
390
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
379
|
-
at 2024-01-
|
|
391
|
+
at 2024-01-23T12:19:37.435Z
|
|
380
392
|
</div>
|
|
381
393
|
<script src="../../prettify.js"></script>
|
|
382
394
|
<script>
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
134
134
|
Code coverage generated by
|
|
135
135
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
136
|
-
at 2024-01-
|
|
136
|
+
at 2024-01-23T12:19:37.435Z
|
|
137
137
|
</div>
|
|
138
138
|
<script src="../../../prettify.js"></script>
|
|
139
139
|
<script>
|
|
@@ -274,7 +274,7 @@ type OffsetState = {
|
|
|
274
274
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
275
275
|
Code coverage generated by
|
|
276
276
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
277
|
-
at 2024-01-
|
|
277
|
+
at 2024-01-23T12:19:37.435Z
|
|
278
278
|
</div>
|
|
279
279
|
<script src="../../../prettify.js"></script>
|
|
280
280
|
<script>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
147
147
|
Code coverage generated by
|
|
148
148
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
149
|
-
at 2024-01-
|
|
149
|
+
at 2024-01-23T12:19:37.435Z
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../../../prettify.js"></script>
|
|
152
152
|
<script>
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
128
128
|
Code coverage generated by
|
|
129
129
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
130
|
-
at 2024-01-
|
|
130
|
+
at 2024-01-23T12:19:37.435Z
|
|
131
131
|
</div>
|
|
132
132
|
<script src="../../../prettify.js"></script>
|
|
133
133
|
<script>
|
|
@@ -523,7 +523,7 @@ const attachShadowNativeFn = <span class="cstat-no" title="statement not covered
|
|
|
523
523
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
524
524
|
Code coverage generated by
|
|
525
525
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
526
|
-
at 2024-01-
|
|
526
|
+
at 2024-01-23T12:19:37.435Z
|
|
527
527
|
</div>
|
|
528
528
|
<script src="../../../prettify.js"></script>
|
|
529
529
|
<script>
|
|
@@ -388,7 +388,7 @@ export const <span class="cstat-no" title="statement not covered" >stringWiper =
|
|
|
388
388
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
389
389
|
Code coverage generated by
|
|
390
390
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
391
|
-
at 2024-01-
|
|
391
|
+
at 2024-01-23T12:19:37.435Z
|
|
392
392
|
</div>
|
|
393
393
|
<script src="../../prettify.js"></script>
|
|
394
394
|
<script>
|
|
@@ -607,7 +607,7 @@ export type Options = {
|
|
|
607
607
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
608
608
|
Code coverage generated by
|
|
609
609
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
610
|
-
at 2024-01-
|
|
610
|
+
at 2024-01-23T12:19:37.435Z
|
|
611
611
|
</div>
|
|
612
612
|
<script src="../../prettify.js"></script>
|
|
613
613
|
<script>
|
|
@@ -235,7 +235,7 @@ function <span class="fstat-no" title="function not covered" >wrap(</span>callba
|
|
|
235
235
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
236
236
|
Code coverage generated by
|
|
237
237
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
238
|
-
at 2024-01-
|
|
238
|
+
at 2024-01-23T12:19:37.435Z
|
|
239
239
|
</div>
|
|
240
240
|
<script src="../../prettify.js"></script>
|
|
241
241
|
<script>
|