@openreplay/tracker 7.0.3 → 7.0.4
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/cjs/app/index.d.ts +1 -0
- package/cjs/app/index.js +4 -2
- package/cjs/common/interaction.d.ts +1 -0
- package/cjs/index.js +1 -1
- package/coverage/clover.xml +1412 -900
- package/coverage/coverage-final.json +22 -16
- package/coverage/lcov-report/index.html +58 -43
- package/coverage/lcov-report/main/app/guards.ts.html +42 -42
- package/coverage/lcov-report/main/app/index.html +46 -46
- package/coverage/lcov-report/main/app/index.ts.html +104 -8
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +146 -146
- 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 +98 -98
- package/coverage/lcov-report/main/app/session.ts.html +47 -5
- package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
- package/coverage/lcov-report/main/index.html +24 -24
- package/coverage/lcov-report/main/index.ts.html +138 -6
- package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +949 -0
- package/coverage/lcov-report/main/{vendors/finder → modules/Network}/index.html +72 -12
- package/coverage/lcov-report/main/modules/Network/index.ts.html +169 -0
- package/coverage/lcov-report/main/{app/nodes.ts.html → modules/Network/networkMessage.ts.html} +130 -115
- package/coverage/lcov-report/main/modules/Network/utils.ts.html +700 -0
- package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +823 -0
- package/coverage/lcov-report/main/modules/attributeSender.ts.html +217 -0
- package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/console.ts.html +174 -147
- 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 +415 -0
- 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 +6 -6
- package/coverage/lcov-report/main/modules/index.html +54 -24
- 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 +70 -70
- 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/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +97 -97
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +125 -176
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +88 -88
- package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +110 -110
- package/coverage/lcov-report/webworker/QueueSender.ts.html +140 -110
- package/coverage/lcov-report/webworker/index.html +56 -71
- package/coverage/lcov-report/webworker/index.ts.html +34 -10
- package/coverage/lcov.info +2525 -1553
- package/lib/app/index.d.ts +1 -0
- package/lib/app/index.js +4 -2
- package/lib/common/interaction.d.ts +1 -0
- package/lib/common/tsconfig.tsbuildinfo +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/coverage/lcov-report/main/app/observer/observer.ts.html +0 -1282
- package/coverage/lcov-report/main/vendors/finder/finder.ts.html +0 -1381
- 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">
|
|
26
|
+
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
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">
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
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">
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
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">
|
|
47
|
+
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
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"> </span>
|
|
357
357
|
<span class="cline-any cline-neutral"> </span>
|
|
358
358
|
<span class="cline-any cline-neutral"> </span>
|
|
359
|
-
<span class="cline-any cline-
|
|
359
|
+
<span class="cline-any cline-no"> </span>
|
|
360
360
|
<span class="cline-any cline-neutral"> </span>
|
|
361
361
|
<span class="cline-any cline-neutral"> </span>
|
|
362
|
-
<span class="cline-any cline-
|
|
362
|
+
<span class="cline-any cline-no"> </span>
|
|
363
363
|
<span class="cline-any cline-neutral"> </span>
|
|
364
|
-
<span class="cline-any cline-
|
|
364
|
+
<span class="cline-any cline-no"> </span>
|
|
365
365
|
<span class="cline-any cline-neutral"> </span>
|
|
366
366
|
<span class="cline-any cline-neutral"> </span>
|
|
367
367
|
<span class="cline-any cline-no"> </span>
|
|
@@ -512,11 +512,11 @@
|
|
|
512
512
|
<span class="cline-any cline-no"> </span>
|
|
513
513
|
<span class="cline-any cline-neutral"> </span>
|
|
514
514
|
<span class="cline-any cline-neutral"> </span>
|
|
515
|
-
<span class="cline-any cline-
|
|
515
|
+
<span class="cline-any cline-no"> </span>
|
|
516
516
|
<span class="cline-any cline-no"> </span>
|
|
517
517
|
<span class="cline-any cline-neutral"> </span>
|
|
518
518
|
<span class="cline-any cline-neutral"> </span>
|
|
519
|
-
<span class="cline-any cline-
|
|
519
|
+
<span class="cline-any cline-no"> </span>
|
|
520
520
|
<span class="cline-any cline-no"> </span>
|
|
521
521
|
<span class="cline-any cline-neutral"> </span>
|
|
522
522
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
<span class="cline-any cline-no"> </span>
|
|
601
601
|
<span class="cline-any cline-neutral"> </span>
|
|
602
602
|
<span class="cline-any cline-neutral"> </span>
|
|
603
|
-
<span class="cline-any cline-
|
|
603
|
+
<span class="cline-any cline-no"> </span>
|
|
604
604
|
<span class="cline-any cline-no"> </span>
|
|
605
605
|
<span class="cline-any cline-neutral"> </span>
|
|
606
606
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
<span class="cline-any cline-no"> </span>
|
|
633
633
|
<span class="cline-any cline-neutral"> </span>
|
|
634
634
|
<span class="cline-any cline-neutral"> </span>
|
|
635
|
-
<span class="cline-any cline-
|
|
635
|
+
<span class="cline-any cline-no"> </span>
|
|
636
636
|
<span class="cline-any cline-no"> </span>
|
|
637
637
|
<span class="cline-any cline-neutral"> </span>
|
|
638
638
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -644,283 +644,283 @@
|
|
|
644
644
|
|
|
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
|
|
|
649
649
|
|
|
650
|
-
export default class
|
|
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
|
|
|
654
|
-
|
|
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
|
|
|
658
|
-
|
|
658
|
+
case Messages.Type.SetPageLocation:
|
|
659
659
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.uint(msg[3])</span>
|
|
660
660
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
661
661
|
|
|
662
|
-
|
|
662
|
+
case Messages.Type.SetViewportSize:
|
|
663
663
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
664
664
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
665
665
|
|
|
666
|
-
|
|
666
|
+
case Messages.Type.SetViewportScroll:
|
|
667
667
|
<span class="cstat-no" title="statement not covered" > return this.int(msg[1]) && this.int(msg[2])</span>
|
|
668
668
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
669
669
|
|
|
670
|
-
|
|
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
|
|
|
674
|
-
|
|
674
|
+
case Messages.Type.CreateElementNode:
|
|
675
675
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.string(msg[4]) && this.boolean(msg[5])</span>
|
|
676
676
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
677
677
|
|
|
678
|
-
|
|
678
|
+
case Messages.Type.CreateTextNode:
|
|
679
679
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3])</span>
|
|
680
680
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
681
681
|
|
|
682
|
-
|
|
682
|
+
case Messages.Type.MoveNode:
|
|
683
683
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3])</span>
|
|
684
684
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
685
685
|
|
|
686
|
-
|
|
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
|
|
|
690
|
-
|
|
690
|
+
case Messages.Type.SetNodeAttribute:
|
|
691
691
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.string(msg[3])</span>
|
|
692
692
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
693
693
|
|
|
694
|
-
|
|
694
|
+
case Messages.Type.RemoveNodeAttribute:
|
|
695
695
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2])</span>
|
|
696
696
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
697
697
|
|
|
698
|
-
|
|
698
|
+
case Messages.Type.SetNodeData:
|
|
699
699
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2])</span>
|
|
700
700
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
701
701
|
|
|
702
|
-
|
|
702
|
+
case Messages.Type.SetNodeScroll:
|
|
703
703
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.int(msg[2]) && this.int(msg[3])</span>
|
|
704
704
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
705
705
|
|
|
706
|
-
|
|
706
|
+
case Messages.Type.SetInputTarget:
|
|
707
707
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2])</span>
|
|
708
708
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
709
709
|
|
|
710
|
-
|
|
710
|
+
case Messages.Type.SetInputValue:
|
|
711
711
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.int(msg[3])</span>
|
|
712
712
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
713
713
|
|
|
714
|
-
|
|
714
|
+
case Messages.Type.SetInputChecked:
|
|
715
715
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.boolean(msg[2])</span>
|
|
716
716
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
717
717
|
|
|
718
|
-
|
|
718
|
+
case Messages.Type.MouseMove:
|
|
719
719
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
720
720
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
721
721
|
|
|
722
|
-
|
|
722
|
+
case Messages.Type.NetworkRequest:
|
|
723
723
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.string(msg[3]) && this.string(msg[4]) && this.string(msg[5]) && this.uint(msg[6]) && this.uint(msg[7]) && this.uint(msg[8])</span>
|
|
724
724
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
725
725
|
|
|
726
|
-
|
|
726
|
+
case Messages.Type.ConsoleLog:
|
|
727
727
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
728
728
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
729
729
|
|
|
730
|
-
|
|
730
|
+
case Messages.Type.PageLoadTiming:
|
|
731
731
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.uint(msg[4]) && this.uint(msg[5]) && this.uint(msg[6]) && this.uint(msg[7]) && this.uint(msg[8]) && this.uint(msg[9])</span>
|
|
732
732
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
733
733
|
|
|
734
|
-
|
|
734
|
+
case Messages.Type.PageRenderTiming:
|
|
735
735
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3])</span>
|
|
736
736
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
737
737
|
|
|
738
|
-
|
|
738
|
+
case Messages.Type.CustomEvent:
|
|
739
739
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
740
740
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
741
741
|
|
|
742
|
-
|
|
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
|
|
|
746
|
-
|
|
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
|
|
|
750
|
-
|
|
750
|
+
case Messages.Type.Metadata:
|
|
751
751
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
752
752
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
753
753
|
|
|
754
|
-
|
|
754
|
+
case Messages.Type.CSSInsertRule:
|
|
755
755
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.uint(msg[3])</span>
|
|
756
756
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
757
757
|
|
|
758
|
-
|
|
758
|
+
case Messages.Type.CSSDeleteRule:
|
|
759
759
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
760
760
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
761
761
|
|
|
762
|
-
|
|
762
|
+
case Messages.Type.Fetch:
|
|
763
763
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.string(msg[3]) && this.string(msg[4]) && this.uint(msg[5]) && this.uint(msg[6]) && this.uint(msg[7])</span>
|
|
764
764
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
765
765
|
|
|
766
|
-
|
|
766
|
+
case Messages.Type.Profiler:
|
|
767
767
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.uint(msg[2]) && this.string(msg[3]) && this.string(msg[4])</span>
|
|
768
768
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
769
769
|
|
|
770
|
-
|
|
770
|
+
case Messages.Type.OTable:
|
|
771
771
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
772
772
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
773
773
|
|
|
774
|
-
|
|
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
|
|
|
778
|
-
|
|
778
|
+
case Messages.Type.Redux:
|
|
779
779
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.uint(msg[3])</span>
|
|
780
780
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
781
781
|
|
|
782
|
-
|
|
782
|
+
case Messages.Type.Vuex:
|
|
783
783
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
784
784
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
785
785
|
|
|
786
|
-
|
|
786
|
+
case Messages.Type.MobX:
|
|
787
787
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
788
788
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
789
789
|
|
|
790
|
-
|
|
790
|
+
case Messages.Type.NgRx:
|
|
791
791
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.uint(msg[3])</span>
|
|
792
792
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
793
793
|
|
|
794
|
-
|
|
794
|
+
case Messages.Type.GraphQL:
|
|
795
795
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.string(msg[3]) && this.string(msg[4])</span>
|
|
796
796
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
797
797
|
|
|
798
|
-
|
|
798
|
+
case Messages.Type.PerformanceTrack:
|
|
799
799
|
<span class="cstat-no" title="statement not covered" > return this.int(msg[1]) && this.int(msg[2]) && this.uint(msg[3]) && this.uint(msg[4])</span>
|
|
800
800
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
801
801
|
|
|
802
802
|
case Messages.Type.StringDict:
|
|
803
|
-
return this.uint(msg[1]) && this.string(msg[2])
|
|
803
|
+
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2])</span>
|
|
804
804
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
805
805
|
|
|
806
806
|
case Messages.Type.SetNodeAttributeDict:
|
|
807
|
-
return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3])
|
|
807
|
+
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3])</span>
|
|
808
808
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
809
809
|
|
|
810
|
-
|
|
810
|
+
case Messages.Type.ResourceTimingDeprecated:
|
|
811
811
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.uint(msg[4]) && this.uint(msg[5]) && this.uint(msg[6]) && this.string(msg[7]) && this.string(msg[8])</span>
|
|
812
812
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
813
813
|
|
|
814
|
-
|
|
814
|
+
case Messages.Type.ConnectionInformation:
|
|
815
815
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2])</span>
|
|
816
816
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
817
817
|
|
|
818
|
-
|
|
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
|
|
|
822
|
-
|
|
822
|
+
case Messages.Type.LoadFontFace:
|
|
823
823
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.string(msg[3]) && this.string(msg[4])</span>
|
|
824
824
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
825
825
|
|
|
826
|
-
|
|
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
|
|
|
830
|
-
|
|
830
|
+
case Messages.Type.LongTask:
|
|
831
831
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.uint(msg[4]) && this.string(msg[5]) && this.string(msg[6]) && this.string(msg[7])</span>
|
|
832
832
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
833
833
|
|
|
834
|
-
|
|
834
|
+
case Messages.Type.SetNodeAttributeURLBased:
|
|
835
835
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.string(msg[3]) && this.string(msg[4])</span>
|
|
836
836
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
837
837
|
|
|
838
|
-
|
|
838
|
+
case Messages.Type.SetCSSDataURLBased:
|
|
839
839
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.string(msg[3])</span>
|
|
840
840
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
841
841
|
|
|
842
|
-
|
|
842
|
+
case Messages.Type.TechnicalInfo:
|
|
843
843
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
844
844
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
845
845
|
|
|
846
|
-
|
|
846
|
+
case Messages.Type.CustomIssue:
|
|
847
847
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
848
848
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
849
849
|
|
|
850
|
-
|
|
850
|
+
case Messages.Type.CSSInsertRuleURLBased:
|
|
851
851
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.uint(msg[3]) && this.string(msg[4])</span>
|
|
852
852
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
853
853
|
|
|
854
|
-
|
|
854
|
+
case Messages.Type.MouseClick:
|
|
855
855
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.string(msg[3]) && this.string(msg[4])</span>
|
|
856
856
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
857
857
|
|
|
858
|
-
|
|
858
|
+
case Messages.Type.CreateIFrameDocument:
|
|
859
859
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
860
860
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
861
861
|
|
|
862
|
-
|
|
862
|
+
case Messages.Type.AdoptedSSReplaceURLBased:
|
|
863
863
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.string(msg[3])</span>
|
|
864
864
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
865
865
|
|
|
866
|
-
|
|
866
|
+
case Messages.Type.AdoptedSSInsertRuleURLBased:
|
|
867
867
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.uint(msg[3]) && this.string(msg[4])</span>
|
|
868
868
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
869
869
|
|
|
870
|
-
|
|
870
|
+
case Messages.Type.AdoptedSSDeleteRule:
|
|
871
871
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
872
872
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
873
873
|
|
|
874
|
-
|
|
874
|
+
case Messages.Type.AdoptedSSAddOwner:
|
|
875
875
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
876
876
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
877
877
|
|
|
878
|
-
|
|
878
|
+
case Messages.Type.AdoptedSSRemoveOwner:
|
|
879
879
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
880
880
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
881
881
|
|
|
882
|
-
|
|
882
|
+
case Messages.Type.JSException:
|
|
883
883
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2]) && this.string(msg[3]) && this.string(msg[4])</span>
|
|
884
884
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
885
885
|
|
|
886
|
-
|
|
886
|
+
case Messages.Type.Zustand:
|
|
887
887
|
<span class="cstat-no" title="statement not covered" > return this.string(msg[1]) && this.string(msg[2])</span>
|
|
888
888
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
889
889
|
|
|
890
890
|
case Messages.Type.BatchMetadata:
|
|
891
|
-
return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.int(msg[4]) && this.string(msg[5])
|
|
891
|
+
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.int(msg[4]) && this.string(msg[5])</span>
|
|
892
892
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
893
893
|
|
|
894
|
-
|
|
894
|
+
case Messages.Type.PartitionedMessage:
|
|
895
895
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2])</span>
|
|
896
896
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
897
897
|
|
|
898
|
-
|
|
898
|
+
case Messages.Type.InputChange:
|
|
899
899
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.string(msg[2]) && this.boolean(msg[3]) && this.string(msg[4]) && this.int(msg[5]) && this.int(msg[6])</span>
|
|
900
900
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
901
901
|
|
|
902
|
-
|
|
902
|
+
case Messages.Type.SelectionChange:
|
|
903
903
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.string(msg[3])</span>
|
|
904
904
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
905
905
|
|
|
906
|
-
|
|
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
|
|
|
910
|
-
|
|
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
|
|
|
914
|
-
|
|
914
|
+
case Messages.Type.ResourceTiming:
|
|
915
915
|
<span class="cstat-no" title="statement not covered" > return this.uint(msg[1]) && this.uint(msg[2]) && this.uint(msg[3]) && this.uint(msg[4]) && this.uint(msg[5]) && this.uint(msg[6]) && this.string(msg[7]) && this.string(msg[8]) && this.uint(msg[9]) && this.boolean(msg[10])</span>
|
|
916
916
|
<span class="cstat-no" title="statement not covered" > break</span>
|
|
917
917
|
|
|
918
|
-
|
|
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
|
|
|
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
|
|
|
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-
|
|
937
|
+
at 2023-06-28T10:44:28.733Z
|
|
938
938
|
</div>
|
|
939
939
|
<script src="../prettify.js"></script>
|
|
940
940
|
<script>
|