@openreplay/tracker 9.0.13 → 9.0.14

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.
Files changed (75) hide show
  1. package/cjs/app/index.js +2 -2
  2. package/cjs/index.js +3 -2
  3. package/cjs/modules/mouse.js +1 -0
  4. package/cjs/modules/network.js +1 -0
  5. package/coverage/clover.xml +1802 -779
  6. package/coverage/coverage-final.json +27 -18
  7. package/coverage/lcov-report/index.html +60 -45
  8. package/coverage/lcov-report/main/app/canvas.ts.html +535 -0
  9. package/coverage/lcov-report/main/app/guards.ts.html +5 -2
  10. package/coverage/lcov-report/main/app/index.html +38 -23
  11. package/coverage/lcov-report/main/app/index.ts.html +1578 -108
  12. package/coverage/lcov-report/main/app/logger.ts.html +25 -91
  13. package/coverage/lcov-report/main/app/messages.gen.ts.html +263 -146
  14. package/coverage/lcov-report/main/app/nodes.ts.html +17 -5
  15. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +2 -2
  16. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  17. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  18. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +2 -2
  19. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  20. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  21. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  22. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  23. package/coverage/lcov-report/main/index.html +20 -20
  24. package/coverage/lcov-report/main/index.ts.html +464 -98
  25. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +19 -19
  26. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +114 -99
  27. package/coverage/lcov-report/main/modules/Network/index.html +66 -66
  28. package/coverage/lcov-report/main/modules/Network/index.ts.html +33 -33
  29. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +82 -73
  30. package/coverage/lcov-report/main/modules/Network/utils.ts.html +34 -34
  31. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +15 -15
  32. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  33. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  34. package/coverage/lcov-report/main/modules/conditionsManager.ts.html +1399 -0
  35. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  37. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  38. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  40. package/coverage/lcov-report/main/modules/featureFlags.ts.html +10 -7
  41. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/index.html +42 -12
  45. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  47. package/coverage/lcov-report/main/modules/network.ts.html +2 -2
  48. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/tagWatcher.ts.html +334 -0
  53. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +370 -0
  55. package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +10 -22
  56. package/coverage/lcov-report/main/modules/userTesting/index.html +57 -27
  57. package/coverage/lcov-report/main/modules/userTesting/index.ts.html +814 -115
  58. package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +136 -67
  59. package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +111 -39
  60. package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +364 -0
  61. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  62. package/coverage/lcov-report/main/utils.ts.html +101 -59
  63. package/coverage/lcov-report/webworker/BatchWriter.ts.html +23 -5
  64. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +41 -5
  65. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  66. package/coverage/lcov-report/webworker/QueueSender.ts.html +18 -6
  67. package/coverage/lcov-report/webworker/index.html +17 -17
  68. package/coverage/lcov-report/webworker/index.ts.html +24 -15
  69. package/coverage/lcov.info +3267 -1349
  70. package/lib/app/index.js +2 -2
  71. package/lib/common/tsconfig.tsbuildinfo +1 -1
  72. package/lib/index.js +3 -2
  73. package/lib/modules/mouse.js +1 -0
  74. package/lib/modules/network.js +1 -0
  75. package/package.json +1 -1
@@ -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/64</span>
28
+ <span class='fraction'>0/65</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/25</span>
35
+ <span class='fraction'>0/27</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/14</span>
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/63</span>
49
+ <span class='fraction'>0/64</span>
50
50
  </div>
51
51
 
52
52
 
@@ -203,7 +203,11 @@
203
203
  <a name='L138'></a><a href='#L138'>138</a>
204
204
  <a name='L139'></a><a href='#L139'>139</a>
205
205
  <a name='L140'></a><a href='#L140'>140</a>
206
- <a name='L141'></a><a href='#L141'>141</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">&nbsp;</span>
206
+ <a name='L141'></a><a href='#L141'>141</a>
207
+ <a name='L142'></a><a href='#L142'>142</a>
208
+ <a name='L143'></a><a href='#L143'>143</a>
209
+ <a name='L144'></a><a href='#L144'>144</a>
210
+ <a name='L145'></a><a href='#L145'>145</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">&nbsp;</span>
207
211
  <span class="cline-any cline-no">&nbsp;</span>
208
212
  <span class="cline-any cline-neutral">&nbsp;</span>
209
213
  <span class="cline-any cline-no">&nbsp;</span>
@@ -234,6 +238,10 @@
234
238
  <span class="cline-any cline-neutral">&nbsp;</span>
235
239
  <span class="cline-any cline-neutral">&nbsp;</span>
236
240
  <span class="cline-any cline-no">&nbsp;</span>
241
+ <span class="cline-any cline-neutral">&nbsp;</span>
242
+ <span class="cline-any cline-neutral">&nbsp;</span>
243
+ <span class="cline-any cline-neutral">&nbsp;</span>
244
+ <span class="cline-any cline-no">&nbsp;</span>
237
245
  <span class="cline-any cline-no">&nbsp;</span>
238
246
  <span class="cline-any cline-neutral">&nbsp;</span>
239
247
  <span class="cline-any cline-no">&nbsp;</span>
@@ -371,6 +379,10 @@ const KEEPALIVE_SIZE_LIMIT = <span class="cstat-no" title="statement not covered
371
379
  <span class="cstat-no" title="statement not covered" > this.isCompressing = false</span>
372
380
  }
373
381
  }
382
+ &nbsp;
383
+ public <span class="fstat-no" title="function not covered" >getQueueStatus(</span>) {
384
+ <span class="cstat-no" title="statement not covered" > return this.queue.length === 0 &amp;&amp; !this.busy</span>
385
+ }
374
386
  &nbsp;
375
387
  <span class="fstat-no" title="function not covered" > authorise(</span>token: string): void {
376
388
  <span class="cstat-no" title="statement not covered" > this.token = token</span>
@@ -490,7 +502,7 @@ const KEEPALIVE_SIZE_LIMIT = <span class="cstat-no" title="statement not covered
490
502
  <div class='footer quiet pad2 space-top1 center small'>
491
503
  Code coverage generated by
492
504
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
493
- at 2023-11-03T09:39:08.430Z
505
+ at 2024-01-23T12:19:37.435Z
494
506
  </div>
495
507
  <script src="../prettify.js"></script>
496
508
  <script>
@@ -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/443</span>
28
+ <span class='fraction'>0/454</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/361</span>
35
+ <span class='fraction'>0/379</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/54</span>
42
+ <span class='fraction'>0/56</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/436</span>
49
+ <span class='fraction'>0/447</span>
50
50
  </div>
51
51
 
52
52
 
@@ -84,13 +84,13 @@
84
84
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
85
85
  </td>
86
86
  <td data-value="0" class="pct low">0%</td>
87
- <td data-value="69" class="abs low">0/69</td>
87
+ <td data-value="73" class="abs low">0/73</td>
88
88
  <td data-value="0" class="pct low">0%</td>
89
- <td data-value="15" class="abs low">0/15</td>
89
+ <td data-value="16" class="abs low">0/16</td>
90
90
  <td data-value="0" class="pct low">0%</td>
91
91
  <td data-value="10" class="abs low">0/10</td>
92
92
  <td data-value="0" class="pct low">0%</td>
93
- <td data-value="68" class="abs low">0/68</td>
93
+ <td data-value="72" class="abs low">0/72</td>
94
94
  </tr>
95
95
 
96
96
  <tr>
@@ -99,13 +99,13 @@
99
99
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
100
100
  </td>
101
101
  <td data-value="0" class="pct low">0%</td>
102
- <td data-value="141" class="abs low">0/141</td>
102
+ <td data-value="147" class="abs low">0/147</td>
103
103
  <td data-value="0" class="pct low">0%</td>
104
- <td data-value="269" class="abs low">0/269</td>
104
+ <td data-value="280" class="abs low">0/280</td>
105
105
  <td data-value="0" class="pct low">0%</td>
106
106
  <td data-value="1" class="abs low">0/1</td>
107
107
  <td data-value="0" class="pct low">0%</td>
108
- <td data-value="141" class="abs low">0/141</td>
108
+ <td data-value="147" class="abs low">0/147</td>
109
109
  </tr>
110
110
 
111
111
  <tr>
@@ -129,13 +129,13 @@
129
129
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
130
130
  </td>
131
131
  <td data-value="0" class="pct low">0%</td>
132
- <td data-value="64" class="abs low">0/64</td>
132
+ <td data-value="65" class="abs low">0/65</td>
133
133
  <td data-value="0" class="pct low">0%</td>
134
- <td data-value="25" class="abs low">0/25</td>
134
+ <td data-value="27" class="abs low">0/27</td>
135
135
  <td data-value="0" class="pct low">0%</td>
136
- <td data-value="14" class="abs low">0/14</td>
136
+ <td data-value="15" class="abs low">0/15</td>
137
137
  <td data-value="0" class="pct low">0%</td>
138
- <td data-value="63" class="abs low">0/63</td>
138
+ <td data-value="64" class="abs low">0/64</td>
139
139
  </tr>
140
140
 
141
141
  <tr>
@@ -146,9 +146,9 @@
146
146
  <td data-value="0" class="pct low">0%</td>
147
147
  <td data-value="97" class="abs low">0/97</td>
148
148
  <td data-value="0" class="pct low">0%</td>
149
- <td data-value="29" class="abs low">0/29</td>
149
+ <td data-value="33" class="abs low">0/33</td>
150
150
  <td data-value="0" class="pct low">0%</td>
151
- <td data-value="16" class="abs low">0/16</td>
151
+ <td data-value="17" class="abs low">0/17</td>
152
152
  <td data-value="0" class="pct low">0%</td>
153
153
  <td data-value="95" class="abs low">0/95</td>
154
154
  </tr>
@@ -161,7 +161,7 @@
161
161
  <div class='footer quiet pad2 space-top1 center small'>
162
162
  Code coverage generated by
163
163
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164
- at 2023-11-03T09:39:08.430Z
164
+ at 2024-01-23T12:19:37.435Z
165
165
  </div>
166
166
  <script src="../prettify.js"></script>
167
167
  <script>
@@ -32,14 +32,14 @@
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/29</span>
35
+ <span class='fraction'>0/33</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/16</span>
42
+ <span class='fraction'>0/17</span>
43
43
  </div>
44
44
 
45
45
 
@@ -244,7 +244,10 @@
244
244
  <a name='L179'></a><a href='#L179'>179</a>
245
245
  <a name='L180'></a><a href='#L180'>180</a>
246
246
  <a name='L181'></a><a href='#L181'>181</a>
247
- <a name='L182'></a><a href='#L182'>182</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
247
+ <a name='L182'></a><a href='#L182'>182</a>
248
+ <a name='L183'></a><a href='#L183'>183</a>
249
+ <a name='L184'></a><a href='#L184'>184</a>
250
+ <a name='L185'></a><a href='#L185'>185</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
248
251
  <span class="cline-any cline-neutral">&nbsp;</span>
249
252
  <span class="cline-any cline-neutral">&nbsp;</span>
250
253
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -314,6 +317,7 @@
314
317
  <span class="cline-any cline-no">&nbsp;</span>
315
318
  <span class="cline-any cline-neutral">&nbsp;</span>
316
319
  <span class="cline-any cline-neutral">&nbsp;</span>
320
+ <span class="cline-any cline-neutral">&nbsp;</span>
317
321
  <span class="cline-any cline-no">&nbsp;</span>
318
322
  <span class="cline-any cline-no">&nbsp;</span>
319
323
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -354,7 +358,6 @@
354
358
  <span class="cline-any cline-neutral">&nbsp;</span>
355
359
  <span class="cline-any cline-no">&nbsp;</span>
356
360
  <span class="cline-any cline-no">&nbsp;</span>
357
- <span class="cline-any cline-no">&nbsp;</span>
358
361
  <span class="cline-any cline-neutral">&nbsp;</span>
359
362
  <span class="cline-any cline-no">&nbsp;</span>
360
363
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -398,10 +401,13 @@
398
401
  <span class="cline-any cline-neutral">&nbsp;</span>
399
402
  <span class="cline-any cline-neutral">&nbsp;</span>
400
403
  <span class="cline-any cline-neutral">&nbsp;</span>
404
+ <span class="cline-any cline-neutral">&nbsp;</span>
401
405
  <span class="cline-any cline-no">&nbsp;</span>
402
406
  <span class="cline-any cline-neutral">&nbsp;</span>
403
407
  <span class="cline-any cline-neutral">&nbsp;</span>
404
408
  <span class="cline-any cline-no">&nbsp;</span>
409
+ <span class="cline-any cline-neutral">&nbsp;</span>
410
+ <span class="cline-any cline-no">&nbsp;</span>
405
411
  <span class="cline-any cline-no">&nbsp;</span>
406
412
  <span class="cline-any cline-neutral">&nbsp;</span>
407
413
  <span class="cline-any cline-no">&nbsp;</span>
@@ -494,6 +500,7 @@ function <span class="fstat-no" title="function not covered" >initiateRestart(</
494
500
  <span class="cstat-no" title="statement not covered" > postMessage('restart')</span>
495
501
  <span class="cstat-no" title="statement not covered" > reset()</span>
496
502
  }
503
+ &nbsp;
497
504
  function <span class="fstat-no" title="function not covered" >initiateFailure(</span>reason: string): void {
498
505
  <span class="cstat-no" title="statement not covered" > postMessage({ type: 'failure', reason })</span>
499
506
  <span class="cstat-no" title="statement not covered" > reset()</span>
@@ -519,7 +526,7 @@ let restartTimeoutID: ReturnType&lt;typeof setTimeout&gt;
519
526
  }
520
527
  &nbsp;
521
528
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (Array.isArray(data)) {</span>
522
- <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (writer !== null) {</span>
529
+ <span class="cstat-no" title="statement not covered" > if (writer) {</span>
523
530
  const w = <span class="cstat-no" title="statement not covered" >writer</span>
524
531
  <span class="cstat-no" title="statement not covered" > data.forEach(<span class="fstat-no" title="function not covered" >(m</span>essage) =&gt; {</span>
525
532
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (message[0] === MType.SetPageVisibility) {</span>
@@ -532,8 +539,7 @@ let restartTimeoutID: ReturnType&lt;typeof setTimeout&gt;
532
539
  }
533
540
  <span class="cstat-no" title="statement not covered" > w.writeMessage(message)</span>
534
541
  })
535
- }
536
- <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!writer) {</span>
542
+ } else {
537
543
  <span class="cstat-no" title="statement not covered" > postMessage('not_init')</span>
538
544
  <span class="cstat-no" title="statement not covered" > initiateRestart()</span>
539
545
  }
@@ -542,19 +548,19 @@ let restartTimeoutID: ReturnType&lt;typeof setTimeout&gt;
542
548
  &nbsp;
543
549
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (data.type === 'compressed') {</span>
544
550
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!sender) {</span>
545
- <span class="cstat-no" title="statement not covered" > console.debug('WebWorker: sender not initialised. Compressed batch.')</span>
551
+ <span class="cstat-no" title="statement not covered" > console.debug('OR WebWorker: sender not initialised. Compressed batch.')</span>
546
552
  <span class="cstat-no" title="statement not covered" > initiateRestart()</span>
547
553
  <span class="cstat-no" title="statement not covered" > return</span>
548
554
  }
549
- <span class="cstat-no" title="statement not covered" > sender.sendCompressed(data.batch)</span>
555
+ <span class="cstat-no" title="statement not covered" > data.batch &amp;&amp; sender.sendCompressed(data.batch)</span>
550
556
  }
551
557
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (data.type === 'uncompressed') {</span>
552
558
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!sender) {</span>
553
- <span class="cstat-no" title="statement not covered" > console.debug('WebWorker: sender not initialised. Uncompressed batch.')</span>
559
+ <span class="cstat-no" title="statement not covered" > console.debug('OR WebWorker: sender not initialised. Uncompressed batch.')</span>
554
560
  <span class="cstat-no" title="statement not covered" > initiateRestart()</span>
555
561
  <span class="cstat-no" title="statement not covered" > return</span>
556
562
  }
557
- <span class="cstat-no" title="statement not covered" > sender.sendUncompressed(data.batch)</span>
563
+ <span class="cstat-no" title="statement not covered" > data.batch &amp;&amp; sender.sendUncompressed(data.batch)</span>
558
564
  }
559
565
  &nbsp;
560
566
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (data.type === 'start') {</span>
@@ -579,8 +585,11 @@ let restartTimeoutID: ReturnType&lt;typeof setTimeout&gt;
579
585
  data.pageNo,
580
586
  data.timestamp,
581
587
  data.url,
582
- <span class="fstat-no" title="function not covered" > (b</span>atch) =&gt; <span class="cstat-no" title="statement not covered" >sender &amp;&amp; sender.push(batch),</span>
588
+ <span class="fstat-no" title="function not covered" > (b</span>atch) =&gt; {
589
+ <span class="cstat-no" title="statement not covered" > sender &amp;&amp; sender.push(batch)</span>
590
+ },
583
591
  data.tabId,
592
+ <span class="fstat-no" title="function not covered" > () =</span>&gt; <span class="cstat-no" title="statement not covered" >postMessage({ type: 'queue_empty' }),</span>
584
593
  )
585
594
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (sendIntervalID === null) {</span>
586
595
  <span class="cstat-no" title="statement not covered" > sendIntervalID = setInterval(finalize, AUTO_SEND_INTERVAL)</span>
@@ -590,13 +599,13 @@ let restartTimeoutID: ReturnType&lt;typeof setTimeout&gt;
590
599
  &nbsp;
591
600
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (data.type === 'auth') {</span>
592
601
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!sender) {</span>
593
- <span class="cstat-no" title="statement not covered" > console.debug('WebWorker: sender not initialised. Received auth.')</span>
602
+ <span class="cstat-no" title="statement not covered" > console.debug('OR WebWorker: sender not initialised. Received auth.')</span>
594
603
  <span class="cstat-no" title="statement not covered" > initiateRestart()</span>
595
604
  <span class="cstat-no" title="statement not covered" > return</span>
596
605
  }
597
606
  &nbsp;
598
607
  <span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!writer) {</span>
599
- <span class="cstat-no" title="statement not covered" > console.debug('WebWorker: writer not initialised. Received auth.')</span>
608
+ <span class="cstat-no" title="statement not covered" > console.debug('OR WebWorker: writer not initialised. Received auth.')</span>
600
609
  <span class="cstat-no" title="statement not covered" > initiateRestart()</span>
601
610
  <span class="cstat-no" title="statement not covered" > return</span>
602
611
  }
@@ -613,7 +622,7 @@ let restartTimeoutID: ReturnType&lt;typeof setTimeout&gt;
613
622
  <div class='footer quiet pad2 space-top1 center small'>
614
623
  Code coverage generated by
615
624
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
616
- at 2023-11-03T09:39:08.430Z
625
+ at 2024-01-23T12:19:37.435Z
617
626
  </div>
618
627
  <script src="../prettify.js"></script>
619
628
  <script>