@openreplay/tracker 7.0.3 → 8.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.
Files changed (94) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/cjs/app/index.d.ts +10 -0
  3. package/cjs/app/index.js +56 -5
  4. package/cjs/app/messages.gen.d.ts +2 -0
  5. package/cjs/app/messages.gen.js +15 -1
  6. package/cjs/app/observer/observer.js +2 -2
  7. package/cjs/app/sanitizer.d.ts +1 -0
  8. package/cjs/app/sanitizer.js +6 -4
  9. package/cjs/app/session.d.ts +4 -0
  10. package/cjs/app/session.js +18 -0
  11. package/cjs/common/interaction.d.ts +1 -0
  12. package/cjs/common/messages.gen.d.ts +12 -2
  13. package/cjs/index.d.ts +1 -0
  14. package/cjs/index.js +9 -1
  15. package/cjs/modules/attributeSender.d.ts +14 -0
  16. package/cjs/modules/attributeSender.js +44 -0
  17. package/cjs/modules/img.js +4 -4
  18. package/cjs/modules/tabs.d.ts +2 -0
  19. package/cjs/modules/tabs.js +13 -0
  20. package/cjs/utils.d.ts +1 -1
  21. package/cjs/utils.js +13 -11
  22. package/coverage/clover.xml +683 -620
  23. package/coverage/coverage-final.json +13 -12
  24. package/coverage/lcov-report/index.html +47 -47
  25. package/coverage/lcov-report/main/app/guards.ts.html +42 -42
  26. package/coverage/lcov-report/main/app/index.html +34 -34
  27. package/coverage/lcov-report/main/app/index.ts.html +62 -8
  28. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  29. package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
  30. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  31. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  32. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  33. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  34. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  35. package/coverage/lcov-report/main/app/sanitizer.ts.html +98 -98
  36. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  37. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  38. package/coverage/lcov-report/main/index.html +24 -24
  39. package/coverage/lcov-report/main/index.ts.html +126 -6
  40. package/coverage/lcov-report/main/modules/attributeSender.ts.html +217 -0
  41. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  47. package/coverage/lcov-report/main/{app/nodes.ts.html → modules/featureFlags.ts.html} +124 -127
  48. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/img.ts.html +6 -6
  51. package/coverage/lcov-report/main/modules/index.html +38 -8
  52. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/network.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  56. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  58. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  59. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  60. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  61. package/coverage/lcov-report/main/utils.ts.html +112 -112
  62. package/coverage/lcov-report/webworker/BatchWriter.ts.html +125 -176
  63. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +88 -88
  64. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +110 -110
  65. package/coverage/lcov-report/webworker/QueueSender.ts.html +140 -110
  66. package/coverage/lcov-report/webworker/index.html +56 -71
  67. package/coverage/lcov-report/webworker/index.ts.html +34 -10
  68. package/coverage/lcov.info +1232 -1092
  69. package/lib/app/index.d.ts +10 -0
  70. package/lib/app/index.js +57 -6
  71. package/lib/app/messages.gen.d.ts +2 -0
  72. package/lib/app/messages.gen.js +12 -0
  73. package/lib/app/observer/observer.js +3 -3
  74. package/lib/app/sanitizer.d.ts +1 -0
  75. package/lib/app/sanitizer.js +4 -3
  76. package/lib/app/session.d.ts +4 -0
  77. package/lib/app/session.js +18 -0
  78. package/lib/common/interaction.d.ts +1 -0
  79. package/lib/common/messages.gen.d.ts +12 -2
  80. package/lib/common/tsconfig.tsbuildinfo +1 -1
  81. package/lib/index.d.ts +1 -0
  82. package/lib/index.js +9 -1
  83. package/lib/modules/attributeSender.d.ts +14 -0
  84. package/lib/modules/attributeSender.js +39 -0
  85. package/lib/modules/img.js +5 -5
  86. package/lib/modules/tabs.d.ts +2 -0
  87. package/lib/modules/tabs.js +10 -0
  88. package/lib/utils.d.ts +1 -1
  89. package/lib/utils.js +11 -9
  90. package/package.json +5 -2
  91. package/coverage/lcov-report/main/app/observer/observer.ts.html +0 -1282
  92. package/coverage/lcov-report/main/vendors/finder/finder.ts.html +0 -1381
  93. package/coverage/lcov-report/main/vendors/finder/index.html +0 -116
  94. package/coverage/lcov-report/webworker/StringDictionary.ts.html +0 -124
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">5.03% </span>
26
+ <span class="strong">0% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>7/139</span>
28
+ <span class='fraction'>0/139</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">5.4% </span>
33
+ <span class="strong">0% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>14/259</span>
35
+ <span class='fraction'>0/259</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">100% </span>
40
+ <span class="strong">0% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>1/1</span>
42
+ <span class='fraction'>0/1</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">5.03% </span>
47
+ <span class="strong">0% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>7/139</span>
49
+ <span class='fraction'>0/139</span>
50
50
  </div>
51
51
 
52
52
 
@@ -356,12 +356,12 @@
356
356
  <span class="cline-any cline-neutral">&nbsp;</span>
357
357
  <span class="cline-any cline-neutral">&nbsp;</span>
358
358
  <span class="cline-any cline-neutral">&nbsp;</span>
359
- <span class="cline-any cline-yes">1x</span>
359
+ <span class="cline-any cline-no">&nbsp;</span>
360
360
  <span class="cline-any cline-neutral">&nbsp;</span>
361
361
  <span class="cline-any cline-neutral">&nbsp;</span>
362
- <span class="cline-any cline-yes">1x</span>
362
+ <span class="cline-any cline-no">&nbsp;</span>
363
363
  <span class="cline-any cline-neutral">&nbsp;</span>
364
- <span class="cline-any cline-yes">29x</span>
364
+ <span class="cline-any cline-no">&nbsp;</span>
365
365
  <span class="cline-any cline-neutral">&nbsp;</span>
366
366
  <span class="cline-any cline-neutral">&nbsp;</span>
367
367
  <span class="cline-any cline-no">&nbsp;</span>
@@ -512,11 +512,11 @@
512
512
  <span class="cline-any cline-no">&nbsp;</span>
513
513
  <span class="cline-any cline-neutral">&nbsp;</span>
514
514
  <span class="cline-any cline-neutral">&nbsp;</span>
515
- <span class="cline-any cline-yes">2x</span>
515
+ <span class="cline-any cline-no">&nbsp;</span>
516
516
  <span class="cline-any cline-no">&nbsp;</span>
517
517
  <span class="cline-any cline-neutral">&nbsp;</span>
518
518
  <span class="cline-any cline-neutral">&nbsp;</span>
519
- <span class="cline-any cline-yes">1x</span>
519
+ <span class="cline-any cline-no">&nbsp;</span>
520
520
  <span class="cline-any cline-no">&nbsp;</span>
521
521
  <span class="cline-any cline-neutral">&nbsp;</span>
522
522
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -600,7 +600,7 @@
600
600
  <span class="cline-any cline-no">&nbsp;</span>
601
601
  <span class="cline-any cline-neutral">&nbsp;</span>
602
602
  <span class="cline-any cline-neutral">&nbsp;</span>
603
- <span class="cline-any cline-yes">14x</span>
603
+ <span class="cline-any cline-no">&nbsp;</span>
604
604
  <span class="cline-any cline-no">&nbsp;</span>
605
605
  <span class="cline-any cline-neutral">&nbsp;</span>
606
606
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -632,7 +632,7 @@
632
632
  <span class="cline-any cline-no">&nbsp;</span>
633
633
  <span class="cline-any cline-neutral">&nbsp;</span>
634
634
  <span class="cline-any cline-neutral">&nbsp;</span>
635
- <span class="cline-any cline-yes">12x</span>
635
+ <span class="cline-any cline-no">&nbsp;</span>
636
636
  <span class="cline-any cline-no">&nbsp;</span>
637
637
  <span class="cline-any cline-neutral">&nbsp;</span>
638
638
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -644,283 +644,283 @@
644
644
  &nbsp;
645
645
  import * as Messages from '../common/messages.gen.js'
646
646
  import Message from '../common/messages.gen.js'
647
- import PrimitiveEncoder from './PrimitiveEncoder.js'
647
+ <span class="cstat-no" title="statement not covered" >import PrimitiveEncoder from './PrimitiveEncoder.js'</span>
648
648
  &nbsp;
649
649
  &nbsp;
650
- export default class MessageEncoder extends PrimitiveEncoder {
651
- encode(msg: Message): boolean {
652
- switch(msg[0]) {
650
+ <span class="cstat-no" title="statement not covered" >export default class M</span>essageEncoder extends PrimitiveEncoder {
651
+ <span class="fstat-no" title="function not covered" > encode(</span>msg: Message): boolean {
652
+ <span class="cstat-no" title="statement not covered" > switch(msg[0]) {</span>
653
653
  &nbsp;
654
- <span class="branch-0 cbranch-no" title="branch not covered" > case Messages.Type.Timestamp:</span>
654
+ case Messages.Type.Timestamp:
655
655
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1])</span>
656
656
  <span class="cstat-no" title="statement not covered" > break</span>
657
657
  &nbsp;
658
- <span class="branch-1 cbranch-no" title="branch not covered" > case Messages.Type.SetPageLocation:</span>
658
+ case Messages.Type.SetPageLocation:
659
659
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.uint(msg[3])</span>
660
660
  <span class="cstat-no" title="statement not covered" > break</span>
661
661
  &nbsp;
662
- <span class="branch-2 cbranch-no" title="branch not covered" > case Messages.Type.SetViewportSize:</span>
662
+ case Messages.Type.SetViewportSize:
663
663
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
664
664
  <span class="cstat-no" title="statement not covered" > break</span>
665
665
  &nbsp;
666
- <span class="branch-3 cbranch-no" title="branch not covered" > case Messages.Type.SetViewportScroll:</span>
666
+ case Messages.Type.SetViewportScroll:
667
667
  <span class="cstat-no" title="statement not covered" > return this.int(msg[1]) &amp;&amp; this.int(msg[2])</span>
668
668
  <span class="cstat-no" title="statement not covered" > break</span>
669
669
  &nbsp;
670
- <span class="branch-4 cbranch-no" title="branch not covered" > case Messages.Type.CreateDocument:</span>
670
+ case Messages.Type.CreateDocument:
671
671
  <span class="cstat-no" title="statement not covered" > return true </span>
672
672
  <span class="cstat-no" title="statement not covered" > break</span>
673
673
  &nbsp;
674
- <span class="branch-5 cbranch-no" title="branch not covered" > case Messages.Type.CreateElementNode:</span>
674
+ case Messages.Type.CreateElementNode:
675
675
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.string(msg[4]) &amp;&amp; this.boolean(msg[5])</span>
676
676
  <span class="cstat-no" title="statement not covered" > break</span>
677
677
  &nbsp;
678
- <span class="branch-6 cbranch-no" title="branch not covered" > case Messages.Type.CreateTextNode:</span>
678
+ case Messages.Type.CreateTextNode:
679
679
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3])</span>
680
680
  <span class="cstat-no" title="statement not covered" > break</span>
681
681
  &nbsp;
682
- <span class="branch-7 cbranch-no" title="branch not covered" > case Messages.Type.MoveNode:</span>
682
+ case Messages.Type.MoveNode:
683
683
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3])</span>
684
684
  <span class="cstat-no" title="statement not covered" > break</span>
685
685
  &nbsp;
686
- <span class="branch-8 cbranch-no" title="branch not covered" > case Messages.Type.RemoveNode:</span>
686
+ case Messages.Type.RemoveNode:
687
687
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1])</span>
688
688
  <span class="cstat-no" title="statement not covered" > break</span>
689
689
  &nbsp;
690
- <span class="branch-9 cbranch-no" title="branch not covered" > case Messages.Type.SetNodeAttribute:</span>
690
+ case Messages.Type.SetNodeAttribute:
691
691
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3])</span>
692
692
  <span class="cstat-no" title="statement not covered" > break</span>
693
693
  &nbsp;
694
- <span class="branch-10 cbranch-no" title="branch not covered" > case Messages.Type.RemoveNodeAttribute:</span>
694
+ case Messages.Type.RemoveNodeAttribute:
695
695
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2])</span>
696
696
  <span class="cstat-no" title="statement not covered" > break</span>
697
697
  &nbsp;
698
- <span class="branch-11 cbranch-no" title="branch not covered" > case Messages.Type.SetNodeData:</span>
698
+ case Messages.Type.SetNodeData:
699
699
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2])</span>
700
700
  <span class="cstat-no" title="statement not covered" > break</span>
701
701
  &nbsp;
702
- <span class="branch-12 cbranch-no" title="branch not covered" > case Messages.Type.SetNodeScroll:</span>
702
+ case Messages.Type.SetNodeScroll:
703
703
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.int(msg[2]) &amp;&amp; this.int(msg[3])</span>
704
704
  <span class="cstat-no" title="statement not covered" > break</span>
705
705
  &nbsp;
706
- <span class="branch-13 cbranch-no" title="branch not covered" > case Messages.Type.SetInputTarget:</span>
706
+ case Messages.Type.SetInputTarget:
707
707
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2])</span>
708
708
  <span class="cstat-no" title="statement not covered" > break</span>
709
709
  &nbsp;
710
- <span class="branch-14 cbranch-no" title="branch not covered" > case Messages.Type.SetInputValue:</span>
710
+ case Messages.Type.SetInputValue:
711
711
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.int(msg[3])</span>
712
712
  <span class="cstat-no" title="statement not covered" > break</span>
713
713
  &nbsp;
714
- <span class="branch-15 cbranch-no" title="branch not covered" > case Messages.Type.SetInputChecked:</span>
714
+ case Messages.Type.SetInputChecked:
715
715
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.boolean(msg[2])</span>
716
716
  <span class="cstat-no" title="statement not covered" > break</span>
717
717
  &nbsp;
718
- <span class="branch-16 cbranch-no" title="branch not covered" > case Messages.Type.MouseMove:</span>
718
+ case Messages.Type.MouseMove:
719
719
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
720
720
  <span class="cstat-no" title="statement not covered" > break</span>
721
721
  &nbsp;
722
- <span class="branch-17 cbranch-no" title="branch not covered" > case Messages.Type.NetworkRequest:</span>
722
+ case Messages.Type.NetworkRequest:
723
723
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4]) &amp;&amp; this.string(msg[5]) &amp;&amp; this.uint(msg[6]) &amp;&amp; this.uint(msg[7]) &amp;&amp; this.uint(msg[8])</span>
724
724
  <span class="cstat-no" title="statement not covered" > break</span>
725
725
  &nbsp;
726
- <span class="branch-18 cbranch-no" title="branch not covered" > case Messages.Type.ConsoleLog:</span>
726
+ case Messages.Type.ConsoleLog:
727
727
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
728
728
  <span class="cstat-no" title="statement not covered" > break</span>
729
729
  &nbsp;
730
- <span class="branch-19 cbranch-no" title="branch not covered" > case Messages.Type.PageLoadTiming:</span>
730
+ case Messages.Type.PageLoadTiming:
731
731
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.uint(msg[4]) &amp;&amp; this.uint(msg[5]) &amp;&amp; this.uint(msg[6]) &amp;&amp; this.uint(msg[7]) &amp;&amp; this.uint(msg[8]) &amp;&amp; this.uint(msg[9])</span>
732
732
  <span class="cstat-no" title="statement not covered" > break</span>
733
733
  &nbsp;
734
- <span class="branch-20 cbranch-no" title="branch not covered" > case Messages.Type.PageRenderTiming:</span>
734
+ case Messages.Type.PageRenderTiming:
735
735
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3])</span>
736
736
  <span class="cstat-no" title="statement not covered" > break</span>
737
737
  &nbsp;
738
- <span class="branch-21 cbranch-no" title="branch not covered" > case Messages.Type.CustomEvent:</span>
738
+ case Messages.Type.CustomEvent:
739
739
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
740
740
  <span class="cstat-no" title="statement not covered" > break</span>
741
741
  &nbsp;
742
- <span class="branch-22 cbranch-no" title="branch not covered" > case Messages.Type.UserID:</span>
742
+ case Messages.Type.UserID:
743
743
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1])</span>
744
744
  <span class="cstat-no" title="statement not covered" > break</span>
745
745
  &nbsp;
746
- <span class="branch-23 cbranch-no" title="branch not covered" > case Messages.Type.UserAnonymousID:</span>
746
+ case Messages.Type.UserAnonymousID:
747
747
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1])</span>
748
748
  <span class="cstat-no" title="statement not covered" > break</span>
749
749
  &nbsp;
750
- <span class="branch-24 cbranch-no" title="branch not covered" > case Messages.Type.Metadata:</span>
750
+ case Messages.Type.Metadata:
751
751
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
752
752
  <span class="cstat-no" title="statement not covered" > break</span>
753
753
  &nbsp;
754
- <span class="branch-25 cbranch-no" title="branch not covered" > case Messages.Type.CSSInsertRule:</span>
754
+ case Messages.Type.CSSInsertRule:
755
755
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.uint(msg[3])</span>
756
756
  <span class="cstat-no" title="statement not covered" > break</span>
757
757
  &nbsp;
758
- <span class="branch-26 cbranch-no" title="branch not covered" > case Messages.Type.CSSDeleteRule:</span>
758
+ case Messages.Type.CSSDeleteRule:
759
759
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
760
760
  <span class="cstat-no" title="statement not covered" > break</span>
761
761
  &nbsp;
762
- <span class="branch-27 cbranch-no" title="branch not covered" > case Messages.Type.Fetch:</span>
762
+ case Messages.Type.Fetch:
763
763
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4]) &amp;&amp; this.uint(msg[5]) &amp;&amp; this.uint(msg[6]) &amp;&amp; this.uint(msg[7])</span>
764
764
  <span class="cstat-no" title="statement not covered" > break</span>
765
765
  &nbsp;
766
- <span class="branch-28 cbranch-no" title="branch not covered" > case Messages.Type.Profiler:</span>
766
+ case Messages.Type.Profiler:
767
767
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4])</span>
768
768
  <span class="cstat-no" title="statement not covered" > break</span>
769
769
  &nbsp;
770
- <span class="branch-29 cbranch-no" title="branch not covered" > case Messages.Type.OTable:</span>
770
+ case Messages.Type.OTable:
771
771
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
772
772
  <span class="cstat-no" title="statement not covered" > break</span>
773
773
  &nbsp;
774
- <span class="branch-30 cbranch-no" title="branch not covered" > case Messages.Type.StateAction:</span>
774
+ case Messages.Type.StateAction:
775
775
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1])</span>
776
776
  <span class="cstat-no" title="statement not covered" > break</span>
777
777
  &nbsp;
778
- <span class="branch-31 cbranch-no" title="branch not covered" > case Messages.Type.Redux:</span>
778
+ case Messages.Type.Redux:
779
779
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.uint(msg[3])</span>
780
780
  <span class="cstat-no" title="statement not covered" > break</span>
781
781
  &nbsp;
782
- <span class="branch-32 cbranch-no" title="branch not covered" > case Messages.Type.Vuex:</span>
782
+ case Messages.Type.Vuex:
783
783
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
784
784
  <span class="cstat-no" title="statement not covered" > break</span>
785
785
  &nbsp;
786
- <span class="branch-33 cbranch-no" title="branch not covered" > case Messages.Type.MobX:</span>
786
+ case Messages.Type.MobX:
787
787
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
788
788
  <span class="cstat-no" title="statement not covered" > break</span>
789
789
  &nbsp;
790
- <span class="branch-34 cbranch-no" title="branch not covered" > case Messages.Type.NgRx:</span>
790
+ case Messages.Type.NgRx:
791
791
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.uint(msg[3])</span>
792
792
  <span class="cstat-no" title="statement not covered" > break</span>
793
793
  &nbsp;
794
- <span class="branch-35 cbranch-no" title="branch not covered" > case Messages.Type.GraphQL:</span>
794
+ case Messages.Type.GraphQL:
795
795
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4])</span>
796
796
  <span class="cstat-no" title="statement not covered" > break</span>
797
797
  &nbsp;
798
- <span class="branch-36 cbranch-no" title="branch not covered" > case Messages.Type.PerformanceTrack:</span>
798
+ case Messages.Type.PerformanceTrack:
799
799
  <span class="cstat-no" title="statement not covered" > return this.int(msg[1]) &amp;&amp; this.int(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.uint(msg[4])</span>
800
800
  <span class="cstat-no" title="statement not covered" > break</span>
801
801
  &nbsp;
802
802
  case Messages.Type.StringDict:
803
- return this.uint(msg[1]) &amp;&amp; this.string(msg[2])
803
+ <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2])</span>
804
804
  <span class="cstat-no" title="statement not covered" > break</span>
805
805
  &nbsp;
806
806
  case Messages.Type.SetNodeAttributeDict:
807
- return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3])
807
+ <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3])</span>
808
808
  <span class="cstat-no" title="statement not covered" > break</span>
809
809
  &nbsp;
810
- <span class="branch-39 cbranch-no" title="branch not covered" > case Messages.Type.ResourceTimingDeprecated:</span>
810
+ case Messages.Type.ResourceTimingDeprecated:
811
811
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.uint(msg[4]) &amp;&amp; this.uint(msg[5]) &amp;&amp; this.uint(msg[6]) &amp;&amp; this.string(msg[7]) &amp;&amp; this.string(msg[8])</span>
812
812
  <span class="cstat-no" title="statement not covered" > break</span>
813
813
  &nbsp;
814
- <span class="branch-40 cbranch-no" title="branch not covered" > case Messages.Type.ConnectionInformation:</span>
814
+ case Messages.Type.ConnectionInformation:
815
815
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2])</span>
816
816
  <span class="cstat-no" title="statement not covered" > break</span>
817
817
  &nbsp;
818
- <span class="branch-41 cbranch-no" title="branch not covered" > case Messages.Type.SetPageVisibility:</span>
818
+ case Messages.Type.SetPageVisibility:
819
819
  <span class="cstat-no" title="statement not covered" > return this.boolean(msg[1])</span>
820
820
  <span class="cstat-no" title="statement not covered" > break</span>
821
821
  &nbsp;
822
- <span class="branch-42 cbranch-no" title="branch not covered" > case Messages.Type.LoadFontFace:</span>
822
+ case Messages.Type.LoadFontFace:
823
823
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4])</span>
824
824
  <span class="cstat-no" title="statement not covered" > break</span>
825
825
  &nbsp;
826
- <span class="branch-43 cbranch-no" title="branch not covered" > case Messages.Type.SetNodeFocus:</span>
826
+ case Messages.Type.SetNodeFocus:
827
827
  <span class="cstat-no" title="statement not covered" > return this.int(msg[1])</span>
828
828
  <span class="cstat-no" title="statement not covered" > break</span>
829
829
  &nbsp;
830
- <span class="branch-44 cbranch-no" title="branch not covered" > case Messages.Type.LongTask:</span>
830
+ case Messages.Type.LongTask:
831
831
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.uint(msg[4]) &amp;&amp; this.string(msg[5]) &amp;&amp; this.string(msg[6]) &amp;&amp; this.string(msg[7])</span>
832
832
  <span class="cstat-no" title="statement not covered" > break</span>
833
833
  &nbsp;
834
- <span class="branch-45 cbranch-no" title="branch not covered" > case Messages.Type.SetNodeAttributeURLBased:</span>
834
+ case Messages.Type.SetNodeAttributeURLBased:
835
835
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4])</span>
836
836
  <span class="cstat-no" title="statement not covered" > break</span>
837
837
  &nbsp;
838
- <span class="branch-46 cbranch-no" title="branch not covered" > case Messages.Type.SetCSSDataURLBased:</span>
838
+ case Messages.Type.SetCSSDataURLBased:
839
839
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3])</span>
840
840
  <span class="cstat-no" title="statement not covered" > break</span>
841
841
  &nbsp;
842
- <span class="branch-47 cbranch-no" title="branch not covered" > case Messages.Type.TechnicalInfo:</span>
842
+ case Messages.Type.TechnicalInfo:
843
843
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
844
844
  <span class="cstat-no" title="statement not covered" > break</span>
845
845
  &nbsp;
846
- <span class="branch-48 cbranch-no" title="branch not covered" > case Messages.Type.CustomIssue:</span>
846
+ case Messages.Type.CustomIssue:
847
847
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
848
848
  <span class="cstat-no" title="statement not covered" > break</span>
849
849
  &nbsp;
850
- <span class="branch-49 cbranch-no" title="branch not covered" > case Messages.Type.CSSInsertRuleURLBased:</span>
850
+ case Messages.Type.CSSInsertRuleURLBased:
851
851
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.string(msg[4])</span>
852
852
  <span class="cstat-no" title="statement not covered" > break</span>
853
853
  &nbsp;
854
- <span class="branch-50 cbranch-no" title="branch not covered" > case Messages.Type.MouseClick:</span>
854
+ case Messages.Type.MouseClick:
855
855
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4])</span>
856
856
  <span class="cstat-no" title="statement not covered" > break</span>
857
857
  &nbsp;
858
- <span class="branch-51 cbranch-no" title="branch not covered" > case Messages.Type.CreateIFrameDocument:</span>
858
+ case Messages.Type.CreateIFrameDocument:
859
859
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
860
860
  <span class="cstat-no" title="statement not covered" > break</span>
861
861
  &nbsp;
862
- <span class="branch-52 cbranch-no" title="branch not covered" > case Messages.Type.AdoptedSSReplaceURLBased:</span>
862
+ case Messages.Type.AdoptedSSReplaceURLBased:
863
863
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3])</span>
864
864
  <span class="cstat-no" title="statement not covered" > break</span>
865
865
  &nbsp;
866
- <span class="branch-53 cbranch-no" title="branch not covered" > case Messages.Type.AdoptedSSInsertRuleURLBased:</span>
866
+ case Messages.Type.AdoptedSSInsertRuleURLBased:
867
867
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.string(msg[4])</span>
868
868
  <span class="cstat-no" title="statement not covered" > break</span>
869
869
  &nbsp;
870
- <span class="branch-54 cbranch-no" title="branch not covered" > case Messages.Type.AdoptedSSDeleteRule:</span>
870
+ case Messages.Type.AdoptedSSDeleteRule:
871
871
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
872
872
  <span class="cstat-no" title="statement not covered" > break</span>
873
873
  &nbsp;
874
- <span class="branch-55 cbranch-no" title="branch not covered" > case Messages.Type.AdoptedSSAddOwner:</span>
874
+ case Messages.Type.AdoptedSSAddOwner:
875
875
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
876
876
  <span class="cstat-no" title="statement not covered" > break</span>
877
877
  &nbsp;
878
- <span class="branch-56 cbranch-no" title="branch not covered" > case Messages.Type.AdoptedSSRemoveOwner:</span>
878
+ case Messages.Type.AdoptedSSRemoveOwner:
879
879
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
880
880
  <span class="cstat-no" title="statement not covered" > break</span>
881
881
  &nbsp;
882
- <span class="branch-57 cbranch-no" title="branch not covered" > case Messages.Type.JSException:</span>
882
+ case Messages.Type.JSException:
883
883
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.string(msg[3]) &amp;&amp; this.string(msg[4])</span>
884
884
  <span class="cstat-no" title="statement not covered" > break</span>
885
885
  &nbsp;
886
- <span class="branch-58 cbranch-no" title="branch not covered" > case Messages.Type.Zustand:</span>
886
+ case Messages.Type.Zustand:
887
887
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1]) &amp;&amp; this.string(msg[2])</span>
888
888
  <span class="cstat-no" title="statement not covered" > break</span>
889
889
  &nbsp;
890
890
  case Messages.Type.BatchMetadata:
891
- return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.int(msg[4]) &amp;&amp; this.string(msg[5])
891
+ <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.int(msg[4]) &amp;&amp; this.string(msg[5])</span>
892
892
  <span class="cstat-no" title="statement not covered" > break</span>
893
893
  &nbsp;
894
- <span class="branch-60 cbranch-no" title="branch not covered" > case Messages.Type.PartitionedMessage:</span>
894
+ case Messages.Type.PartitionedMessage:
895
895
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2])</span>
896
896
  <span class="cstat-no" title="statement not covered" > break</span>
897
897
  &nbsp;
898
- <span class="branch-61 cbranch-no" title="branch not covered" > case Messages.Type.InputChange:</span>
898
+ case Messages.Type.InputChange:
899
899
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.string(msg[2]) &amp;&amp; this.boolean(msg[3]) &amp;&amp; this.string(msg[4]) &amp;&amp; this.int(msg[5]) &amp;&amp; this.int(msg[6])</span>
900
900
  <span class="cstat-no" title="statement not covered" > break</span>
901
901
  &nbsp;
902
- <span class="branch-62 cbranch-no" title="branch not covered" > case Messages.Type.SelectionChange:</span>
902
+ case Messages.Type.SelectionChange:
903
903
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.string(msg[3])</span>
904
904
  <span class="cstat-no" title="statement not covered" > break</span>
905
905
  &nbsp;
906
- <span class="branch-63 cbranch-no" title="branch not covered" > case Messages.Type.MouseThrashing:</span>
906
+ case Messages.Type.MouseThrashing:
907
907
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1])</span>
908
908
  <span class="cstat-no" title="statement not covered" > break</span>
909
909
  &nbsp;
910
- <span class="branch-64 cbranch-no" title="branch not covered" > case Messages.Type.UnbindNodes:</span>
910
+ case Messages.Type.UnbindNodes:
911
911
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1])</span>
912
912
  <span class="cstat-no" title="statement not covered" > break</span>
913
913
  &nbsp;
914
- <span class="branch-65 cbranch-no" title="branch not covered" > case Messages.Type.ResourceTiming:</span>
914
+ case Messages.Type.ResourceTiming:
915
915
  <span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) &amp;&amp; this.uint(msg[2]) &amp;&amp; this.uint(msg[3]) &amp;&amp; this.uint(msg[4]) &amp;&amp; this.uint(msg[5]) &amp;&amp; this.uint(msg[6]) &amp;&amp; this.string(msg[7]) &amp;&amp; this.string(msg[8]) &amp;&amp; this.uint(msg[9]) &amp;&amp; this.boolean(msg[10])</span>
916
916
  <span class="cstat-no" title="statement not covered" > break</span>
917
917
  &nbsp;
918
- <span class="branch-66 cbranch-no" title="branch not covered" > case Messages.Type.TabChange:</span>
918
+ case Messages.Type.TabChange:
919
919
  <span class="cstat-no" title="statement not covered" > return this.string(msg[1])</span>
920
920
  <span class="cstat-no" title="statement not covered" > break</span>
921
921
  &nbsp;
922
922
  case Messages.Type.TabData:
923
- return this.string(msg[1])
923
+ <span class="cstat-no" title="statement not covered" > return this.string(msg[1])</span>
924
924
  <span class="cstat-no" title="statement not covered" > break</span>
925
925
  &nbsp;
926
926
  }
@@ -934,7 +934,7 @@ export default class MessageEncoder extends PrimitiveEncoder {
934
934
  <div class='footer quiet pad2 space-top1 center small'>
935
935
  Code coverage generated by
936
936
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
937
- at 2023-05-31T15:51:28.464Z
937
+ at 2023-06-15T15:49:15.198Z
938
938
  </div>
939
939
  <script src="../prettify.js"></script>
940
940
  <script>