@openreplay/tracker 10.0.3 → 10.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.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/modules/Network/fetchProxy.js +4 -2
- package/coverage/clover.xml +1331 -562
- package/coverage/coverage-final.json +13 -6
- package/coverage/lcov-report/index.html +49 -34
- package/coverage/lcov-report/main/app/canvas.ts.html +1 -1
- package/coverage/lcov-report/main/app/guards.ts.html +42 -42
- package/coverage/lcov-report/main/app/index.html +24 -24
- package/coverage/lcov-report/main/app/index.ts.html +1046 -56
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
- package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
- 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 +11 -11
- package/coverage/lcov-report/main/index.ts.html +274 -100
- 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 +799 -0
- 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 +10 -7
- 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 +27 -12
- 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/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +370 -0
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +10 -22
- package/coverage/lcov-report/main/modules/userTesting/index.html +57 -27
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +814 -115
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +136 -67
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +111 -39
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +364 -0
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +48 -6
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
- 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 +5 -5
- package/coverage/lcov-report/webworker/index.ts.html +15 -9
- package/coverage/lcov.info +2306 -900
- package/lib/app/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/modules/Network/fetchProxy.js +4 -2
- 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/
|
|
28
|
+
<span class='fraction'>0/200</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/114</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/37</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/198</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -439,7 +439,65 @@
|
|
|
439
439
|
<a name='L374'></a><a href='#L374'>374</a>
|
|
440
440
|
<a name='L375'></a><a href='#L375'>375</a>
|
|
441
441
|
<a name='L376'></a><a href='#L376'>376</a>
|
|
442
|
-
<a name='L377'></a><a href='#L377'>377</a
|
|
442
|
+
<a name='L377'></a><a href='#L377'>377</a>
|
|
443
|
+
<a name='L378'></a><a href='#L378'>378</a>
|
|
444
|
+
<a name='L379'></a><a href='#L379'>379</a>
|
|
445
|
+
<a name='L380'></a><a href='#L380'>380</a>
|
|
446
|
+
<a name='L381'></a><a href='#L381'>381</a>
|
|
447
|
+
<a name='L382'></a><a href='#L382'>382</a>
|
|
448
|
+
<a name='L383'></a><a href='#L383'>383</a>
|
|
449
|
+
<a name='L384'></a><a href='#L384'>384</a>
|
|
450
|
+
<a name='L385'></a><a href='#L385'>385</a>
|
|
451
|
+
<a name='L386'></a><a href='#L386'>386</a>
|
|
452
|
+
<a name='L387'></a><a href='#L387'>387</a>
|
|
453
|
+
<a name='L388'></a><a href='#L388'>388</a>
|
|
454
|
+
<a name='L389'></a><a href='#L389'>389</a>
|
|
455
|
+
<a name='L390'></a><a href='#L390'>390</a>
|
|
456
|
+
<a name='L391'></a><a href='#L391'>391</a>
|
|
457
|
+
<a name='L392'></a><a href='#L392'>392</a>
|
|
458
|
+
<a name='L393'></a><a href='#L393'>393</a>
|
|
459
|
+
<a name='L394'></a><a href='#L394'>394</a>
|
|
460
|
+
<a name='L395'></a><a href='#L395'>395</a>
|
|
461
|
+
<a name='L396'></a><a href='#L396'>396</a>
|
|
462
|
+
<a name='L397'></a><a href='#L397'>397</a>
|
|
463
|
+
<a name='L398'></a><a href='#L398'>398</a>
|
|
464
|
+
<a name='L399'></a><a href='#L399'>399</a>
|
|
465
|
+
<a name='L400'></a><a href='#L400'>400</a>
|
|
466
|
+
<a name='L401'></a><a href='#L401'>401</a>
|
|
467
|
+
<a name='L402'></a><a href='#L402'>402</a>
|
|
468
|
+
<a name='L403'></a><a href='#L403'>403</a>
|
|
469
|
+
<a name='L404'></a><a href='#L404'>404</a>
|
|
470
|
+
<a name='L405'></a><a href='#L405'>405</a>
|
|
471
|
+
<a name='L406'></a><a href='#L406'>406</a>
|
|
472
|
+
<a name='L407'></a><a href='#L407'>407</a>
|
|
473
|
+
<a name='L408'></a><a href='#L408'>408</a>
|
|
474
|
+
<a name='L409'></a><a href='#L409'>409</a>
|
|
475
|
+
<a name='L410'></a><a href='#L410'>410</a>
|
|
476
|
+
<a name='L411'></a><a href='#L411'>411</a>
|
|
477
|
+
<a name='L412'></a><a href='#L412'>412</a>
|
|
478
|
+
<a name='L413'></a><a href='#L413'>413</a>
|
|
479
|
+
<a name='L414'></a><a href='#L414'>414</a>
|
|
480
|
+
<a name='L415'></a><a href='#L415'>415</a>
|
|
481
|
+
<a name='L416'></a><a href='#L416'>416</a>
|
|
482
|
+
<a name='L417'></a><a href='#L417'>417</a>
|
|
483
|
+
<a name='L418'></a><a href='#L418'>418</a>
|
|
484
|
+
<a name='L419'></a><a href='#L419'>419</a>
|
|
485
|
+
<a name='L420'></a><a href='#L420'>420</a>
|
|
486
|
+
<a name='L421'></a><a href='#L421'>421</a>
|
|
487
|
+
<a name='L422'></a><a href='#L422'>422</a>
|
|
488
|
+
<a name='L423'></a><a href='#L423'>423</a>
|
|
489
|
+
<a name='L424'></a><a href='#L424'>424</a>
|
|
490
|
+
<a name='L425'></a><a href='#L425'>425</a>
|
|
491
|
+
<a name='L426'></a><a href='#L426'>426</a>
|
|
492
|
+
<a name='L427'></a><a href='#L427'>427</a>
|
|
493
|
+
<a name='L428'></a><a href='#L428'>428</a>
|
|
494
|
+
<a name='L429'></a><a href='#L429'>429</a>
|
|
495
|
+
<a name='L430'></a><a href='#L430'>430</a>
|
|
496
|
+
<a name='L431'></a><a href='#L431'>431</a>
|
|
497
|
+
<a name='L432'></a><a href='#L432'>432</a>
|
|
498
|
+
<a name='L433'></a><a href='#L433'>433</a>
|
|
499
|
+
<a name='L434'></a><a href='#L434'>434</a>
|
|
500
|
+
<a name='L435'></a><a href='#L435'>435</a></td><td class="line-coverage quiet"><span class="cline-any cline-no"> </span>
|
|
443
501
|
<span class="cline-any cline-neutral"> </span>
|
|
444
502
|
<span class="cline-any cline-no"> </span>
|
|
445
503
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -469,7 +527,7 @@
|
|
|
469
527
|
<span class="cline-any cline-no"> </span>
|
|
470
528
|
<span class="cline-any cline-no"> </span>
|
|
471
529
|
<span class="cline-any cline-no"> </span>
|
|
472
|
-
<span class="cline-any cline-
|
|
530
|
+
<span class="cline-any cline-neutral"> </span>
|
|
473
531
|
<span class="cline-any cline-no"> </span>
|
|
474
532
|
<span class="cline-any cline-neutral"> </span>
|
|
475
533
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -502,6 +560,7 @@
|
|
|
502
560
|
<span class="cline-any cline-neutral"> </span>
|
|
503
561
|
<span class="cline-any cline-neutral"> </span>
|
|
504
562
|
<span class="cline-any cline-neutral"> </span>
|
|
563
|
+
<span class="cline-any cline-neutral"> </span>
|
|
505
564
|
<span class="cline-any cline-no"> </span>
|
|
506
565
|
<span class="cline-any cline-neutral"> </span>
|
|
507
566
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -536,6 +595,7 @@
|
|
|
536
595
|
<span class="cline-any cline-neutral"> </span>
|
|
537
596
|
<span class="cline-any cline-no"> </span>
|
|
538
597
|
<span class="cline-any cline-neutral"> </span>
|
|
598
|
+
<span class="cline-any cline-neutral"> </span>
|
|
539
599
|
<span class="cline-any cline-no"> </span>
|
|
540
600
|
<span class="cline-any cline-neutral"> </span>
|
|
541
601
|
<span class="cline-any cline-no"> </span>
|
|
@@ -552,12 +612,12 @@
|
|
|
552
612
|
<span class="cline-any cline-neutral"> </span>
|
|
553
613
|
<span class="cline-any cline-no"> </span>
|
|
554
614
|
<span class="cline-any cline-neutral"> </span>
|
|
555
|
-
<span class="cline-any cline-
|
|
615
|
+
<span class="cline-any cline-no"> </span>
|
|
616
|
+
<span class="cline-any cline-no"> </span>
|
|
556
617
|
<span class="cline-any cline-no"> </span>
|
|
557
618
|
<span class="cline-any cline-neutral"> </span>
|
|
558
619
|
<span class="cline-any cline-neutral"> </span>
|
|
559
620
|
<span class="cline-any cline-neutral"> </span>
|
|
560
|
-
<span class="cline-any cline-no"> </span>
|
|
561
621
|
<span class="cline-any cline-neutral"> </span>
|
|
562
622
|
<span class="cline-any cline-neutral"> </span>
|
|
563
623
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -565,13 +625,37 @@
|
|
|
565
625
|
<span class="cline-any cline-neutral"> </span>
|
|
566
626
|
<span class="cline-any cline-neutral"> </span>
|
|
567
627
|
<span class="cline-any cline-neutral"> </span>
|
|
628
|
+
<span class="cline-any cline-no"> </span>
|
|
629
|
+
<span class="cline-any cline-no"> </span>
|
|
568
630
|
<span class="cline-any cline-neutral"> </span>
|
|
631
|
+
<span class="cline-any cline-no"> </span>
|
|
632
|
+
<span class="cline-any cline-no"> </span>
|
|
633
|
+
<span class="cline-any cline-no"> </span>
|
|
634
|
+
<span class="cline-any cline-no"> </span>
|
|
635
|
+
<span class="cline-any cline-no"> </span>
|
|
569
636
|
<span class="cline-any cline-neutral"> </span>
|
|
637
|
+
<span class="cline-any cline-no"> </span>
|
|
638
|
+
<span class="cline-any cline-no"> </span>
|
|
639
|
+
<span class="cline-any cline-no"> </span>
|
|
640
|
+
<span class="cline-any cline-no"> </span>
|
|
570
641
|
<span class="cline-any cline-neutral"> </span>
|
|
571
642
|
<span class="cline-any cline-neutral"> </span>
|
|
572
643
|
<span class="cline-any cline-no"> </span>
|
|
573
644
|
<span class="cline-any cline-no"> </span>
|
|
574
645
|
<span class="cline-any cline-no"> </span>
|
|
646
|
+
<span class="cline-any cline-neutral"> </span>
|
|
647
|
+
<span class="cline-any cline-neutral"> </span>
|
|
648
|
+
<span class="cline-any cline-neutral"> </span>
|
|
649
|
+
<span class="cline-any cline-neutral"> </span>
|
|
650
|
+
<span class="cline-any cline-no"> </span>
|
|
651
|
+
<span class="cline-any cline-no"> </span>
|
|
652
|
+
<span class="cline-any cline-no"> </span>
|
|
653
|
+
<span class="cline-any cline-neutral"> </span>
|
|
654
|
+
<span class="cline-any cline-neutral"> </span>
|
|
655
|
+
<span class="cline-any cline-no"> </span>
|
|
656
|
+
<span class="cline-any cline-no"> </span>
|
|
657
|
+
<span class="cline-any cline-neutral"> </span>
|
|
658
|
+
<span class="cline-any cline-neutral"> </span>
|
|
575
659
|
<span class="cline-any cline-no"> </span>
|
|
576
660
|
<span class="cline-any cline-no"> </span>
|
|
577
661
|
<span class="cline-any cline-no"> </span>
|
|
@@ -589,12 +673,12 @@
|
|
|
589
673
|
<span class="cline-any cline-no"> </span>
|
|
590
674
|
<span class="cline-any cline-no"> </span>
|
|
591
675
|
<span class="cline-any cline-no"> </span>
|
|
592
|
-
<span class="cline-any cline-neutral"> </span>
|
|
593
676
|
<span class="cline-any cline-no"> </span>
|
|
594
677
|
<span class="cline-any cline-no"> </span>
|
|
595
678
|
<span class="cline-any cline-no"> </span>
|
|
596
679
|
<span class="cline-any cline-neutral"> </span>
|
|
597
680
|
<span class="cline-any cline-no"> </span>
|
|
681
|
+
<span class="cline-any cline-no"> </span>
|
|
598
682
|
<span class="cline-any cline-neutral"> </span>
|
|
599
683
|
<span class="cline-any cline-no"> </span>
|
|
600
684
|
<span class="cline-any cline-no"> </span>
|
|
@@ -619,15 +703,24 @@
|
|
|
619
703
|
<span class="cline-any cline-neutral"> </span>
|
|
620
704
|
<span class="cline-any cline-neutral"> </span>
|
|
621
705
|
<span class="cline-any cline-neutral"> </span>
|
|
706
|
+
<span class="cline-any cline-neutral"> </span>
|
|
707
|
+
<span class="cline-any cline-neutral"> </span>
|
|
622
708
|
<span class="cline-any cline-no"> </span>
|
|
623
709
|
<span class="cline-any cline-neutral"> </span>
|
|
624
710
|
<span class="cline-any cline-neutral"> </span>
|
|
711
|
+
<span class="cline-any cline-neutral"> </span>
|
|
712
|
+
<span class="cline-any cline-neutral"> </span>
|
|
713
|
+
<span class="cline-any cline-neutral"> </span>
|
|
714
|
+
<span class="cline-any cline-neutral"> </span>
|
|
715
|
+
<span class="cline-any cline-neutral"> </span>
|
|
716
|
+
<span class="cline-any cline-neutral"> </span>
|
|
717
|
+
<span class="cline-any cline-no"> </span>
|
|
718
|
+
<span class="cline-any cline-no"> </span>
|
|
625
719
|
<span class="cline-any cline-no"> </span>
|
|
626
720
|
<span class="cline-any cline-no"> </span>
|
|
627
721
|
<span class="cline-any cline-no"> </span>
|
|
628
722
|
<span class="cline-any cline-neutral"> </span>
|
|
629
723
|
<span class="cline-any cline-neutral"> </span>
|
|
630
|
-
<span class="cline-any cline-no"> </span>
|
|
631
724
|
<span class="cline-any cline-neutral"> </span>
|
|
632
725
|
<span class="cline-any cline-neutral"> </span>
|
|
633
726
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -637,6 +730,8 @@
|
|
|
637
730
|
<span class="cline-any cline-neutral"> </span>
|
|
638
731
|
<span class="cline-any cline-neutral"> </span>
|
|
639
732
|
<span class="cline-any cline-neutral"> </span>
|
|
733
|
+
<span class="cline-any cline-no"> </span>
|
|
734
|
+
<span class="cline-any cline-neutral"> </span>
|
|
640
735
|
<span class="cline-any cline-neutral"> </span>
|
|
641
736
|
<span class="cline-any cline-neutral"> </span>
|
|
642
737
|
<span class="cline-any cline-no"> </span>
|
|
@@ -664,16 +759,23 @@
|
|
|
664
759
|
<span class="cline-any cline-neutral"> </span>
|
|
665
760
|
<span class="cline-any cline-neutral"> </span>
|
|
666
761
|
<span class="cline-any cline-no"> </span>
|
|
762
|
+
<span class="cline-any cline-no"> </span>
|
|
763
|
+
<span class="cline-any cline-neutral"> </span>
|
|
764
|
+
<span class="cline-any cline-no"> </span>
|
|
667
765
|
<span class="cline-any cline-neutral"> </span>
|
|
668
766
|
<span class="cline-any cline-neutral"> </span>
|
|
669
767
|
<span class="cline-any cline-neutral"> </span>
|
|
670
768
|
<span class="cline-any cline-no"> </span>
|
|
671
769
|
<span class="cline-any cline-no"> </span>
|
|
770
|
+
<span class="cline-any cline-no"> </span>
|
|
771
|
+
<span class="cline-any cline-neutral"> </span>
|
|
772
|
+
<span class="cline-any cline-no"> </span>
|
|
672
773
|
<span class="cline-any cline-neutral"> </span>
|
|
673
774
|
<span class="cline-any cline-no"> </span>
|
|
674
775
|
<span class="cline-any cline-neutral"> </span>
|
|
675
776
|
<span class="cline-any cline-neutral"> </span>
|
|
676
777
|
<span class="cline-any cline-neutral"> </span>
|
|
778
|
+
<span class="cline-any cline-neutral"> </span>
|
|
677
779
|
<span class="cline-any cline-no"> </span>
|
|
678
780
|
<span class="cline-any cline-no"> </span>
|
|
679
781
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -681,13 +783,20 @@
|
|
|
681
783
|
<span class="cline-any cline-no"> </span>
|
|
682
784
|
<span class="cline-any cline-neutral"> </span>
|
|
683
785
|
<span class="cline-any cline-no"> </span>
|
|
786
|
+
<span class="cline-any cline-neutral"> </span>
|
|
787
|
+
<span class="cline-any cline-neutral"> </span>
|
|
788
|
+
<span class="cline-any cline-neutral"> </span>
|
|
789
|
+
<span class="cline-any cline-no"> </span>
|
|
790
|
+
<span class="cline-any cline-no"> </span>
|
|
684
791
|
<span class="cline-any cline-no"> </span>
|
|
685
792
|
<span class="cline-any cline-neutral"> </span>
|
|
793
|
+
<span class="cline-any cline-no"> </span>
|
|
686
794
|
<span class="cline-any cline-neutral"> </span>
|
|
687
795
|
<span class="cline-any cline-no"> </span>
|
|
688
796
|
<span class="cline-any cline-neutral"> </span>
|
|
689
797
|
<span class="cline-any cline-neutral"> </span>
|
|
690
798
|
<span class="cline-any cline-neutral"> </span>
|
|
799
|
+
<span class="cline-any cline-neutral"> </span>
|
|
691
800
|
<span class="cline-any cline-no"> </span>
|
|
692
801
|
<span class="cline-any cline-no"> </span>
|
|
693
802
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -727,6 +836,13 @@
|
|
|
727
836
|
<span class="cline-any cline-no"> </span>
|
|
728
837
|
<span class="cline-any cline-no"> </span>
|
|
729
838
|
<span class="cline-any cline-neutral"> </span>
|
|
839
|
+
<span class="cline-any cline-no"> </span>
|
|
840
|
+
<span class="cline-any cline-neutral"> </span>
|
|
841
|
+
<span class="cline-any cline-neutral"> </span>
|
|
842
|
+
<span class="cline-any cline-neutral"> </span>
|
|
843
|
+
<span class="cline-any cline-no"> </span>
|
|
844
|
+
<span class="cline-any cline-no"> </span>
|
|
845
|
+
<span class="cline-any cline-neutral"> </span>
|
|
730
846
|
<span class="cline-any cline-neutral"> </span>
|
|
731
847
|
<span class="cline-any cline-neutral"> </span>
|
|
732
848
|
<span class="cline-any cline-no"> </span>
|
|
@@ -845,8 +961,9 @@ export const <span class="cstat-no" title="statement not covered" >Messages = _M
|
|
|
845
961
|
<span class="cstat-no" title="statement not covered" >import ConstructedStyleSheets from './modules/constructedStyleSheets.js'</span>
|
|
846
962
|
<span class="cstat-no" title="statement not covered" >import Selection from './modules/selection.js'</span>
|
|
847
963
|
<span class="cstat-no" title="statement not covered" >import Tabs from './modules/tabs.js'</span>
|
|
964
|
+
|
|
848
965
|
<span class="cstat-no" title="statement not covered" >import { IN_BROWSER, deprecationWarn, DOCS_HOST } from './utils.js'</span>
|
|
849
|
-
|
|
966
|
+
import FeatureFlags, { IFeatureFlag } from './modules/featureFlags.js'
|
|
850
967
|
import type { Options as AppOptions } from './app/index.js'
|
|
851
968
|
import type { Options as ConsoleOptions } from './modules/console.js'
|
|
852
969
|
import type { Options as ExceptionOptions } from './modules/exception.js'
|
|
@@ -912,6 +1029,7 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
912
1029
|
|
|
913
1030
|
<span class="cstat-no" title="statement not covered" >export default class A</span>PI {
|
|
914
1031
|
public featureFlags: FeatureFlags
|
|
1032
|
+
|
|
915
1033
|
private readonly <span class="cstat-no" title="statement not covered" >app: App | null = null</span>
|
|
916
1034
|
|
|
917
1035
|
<span class="fstat-no" title="function not covered" > constructor(private readonly <span class="cstat-no" title="statement not covered" >o</span>ptions: Options)</span> {
|
|
@@ -928,90 +1046,121 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
928
1046
|
)
|
|
929
1047
|
<span class="cstat-no" title="statement not covered" > return</span>
|
|
930
1048
|
}
|
|
931
|
-
const doNotTrack =
|
|
932
|
-
<span class="cstat-no" title="statement not covered" >
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
!('startsWith' in String.prototype) ||
|
|
944
|
-
!('Blob' in window) ||
|
|
945
|
-
!('Worker' in window)
|
|
946
|
-
? null
|
|
947
|
-
: new App(options.projectKey, options.sessionToken, options))
|
|
948
|
-
<span class="cstat-no" title="statement not covered" > if (app !== null) {</span>
|
|
949
|
-
<span class="cstat-no" title="statement not covered" > Viewport(app)</span>
|
|
950
|
-
<span class="cstat-no" title="statement not covered" > CSSRules(app)</span>
|
|
951
|
-
<span class="cstat-no" title="statement not covered" > ConstructedStyleSheets(app)</span>
|
|
952
|
-
<span class="cstat-no" title="statement not covered" > Connection(app)</span>
|
|
953
|
-
<span class="cstat-no" title="statement not covered" > Console(app, options)</span>
|
|
954
|
-
<span class="cstat-no" title="statement not covered" > Exception(app, options)</span>
|
|
955
|
-
<span class="cstat-no" title="statement not covered" > Img(app)</span>
|
|
956
|
-
<span class="cstat-no" title="statement not covered" > Input(app, options)</span>
|
|
957
|
-
<span class="cstat-no" title="statement not covered" > Mouse(app, options.mouse)</span>
|
|
958
|
-
<span class="cstat-no" title="statement not covered" > Timing(app, options)</span>
|
|
959
|
-
<span class="cstat-no" title="statement not covered" > Performance(app, options)</span>
|
|
960
|
-
<span class="cstat-no" title="statement not covered" > Scroll(app)</span>
|
|
961
|
-
<span class="cstat-no" title="statement not covered" > Focus(app)</span>
|
|
962
|
-
<span class="cstat-no" title="statement not covered" > Fonts(app)</span>
|
|
963
|
-
<span class="cstat-no" title="statement not covered" > Network(app, options.network)</span>
|
|
964
|
-
<span class="cstat-no" title="statement not covered" > Selection(app)</span>
|
|
965
|
-
<span class="cstat-no" title="statement not covered" > Tabs(app)</span>
|
|
966
|
-
<span class="cstat-no" title="statement not covered" > this.featureFlags = new FeatureFlags(app)</span>
|
|
967
|
-
;(<span class="cstat-no" title="statement not covered" >window as any).__OPENREPLAY__ = this</span>
|
|
1049
|
+
const doNotTrack = <span class="cstat-no" title="statement not covered" >this.checkDoNotTrack()</span>
|
|
1050
|
+
const failReason: string[] = <span class="cstat-no" title="statement not covered" >[]</span>
|
|
1051
|
+
const conditions: string[] = <span class="cstat-no" title="statement not covered" >[</span>
|
|
1052
|
+
'Map',
|
|
1053
|
+
'Set',
|
|
1054
|
+
'MutationObserver',
|
|
1055
|
+
'performance',
|
|
1056
|
+
'timing',
|
|
1057
|
+
'startsWith',
|
|
1058
|
+
'Blob',
|
|
1059
|
+
'Worker',
|
|
1060
|
+
]
|
|
968
1061
|
|
|
969
|
-
<span class="cstat-no" title="statement not covered" >
|
|
970
|
-
<span class="cstat-no" title="statement not covered" >
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
<span class="cstat-no" title="statement not covered" >
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
<span class="cstat-no" title="statement not covered" >
|
|
977
|
-
<span class="cstat-no" title="statement not covered" > app.attachStartCallback(<span class="fstat-no" title="function not covered" >() =</span>> {</span>
|
|
978
|
-
const tabId = <span class="cstat-no" title="statement not covered" >app.getTabId()</span>
|
|
979
|
-
const sessStorage = <span class="cstat-no" title="statement not covered" >app.sessionStorage ?? window.sessionStorage</span>
|
|
980
|
-
// @ts-ignore ?
|
|
981
|
-
<span class="cstat-no" title="statement not covered" > window.open = <span class="fstat-no" title="function not covered" >function (.</span>..args) {</span>
|
|
982
|
-
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.autoResetOnWindowOpen) {</span>
|
|
983
|
-
<span class="cstat-no" title="statement not covered" > app.resetNextPageSession(true)</span>
|
|
984
|
-
}
|
|
985
|
-
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.resetTabOnWindowOpen) {</span>
|
|
986
|
-
<span class="cstat-no" title="statement not covered" > sessStorage.removeItem(options.session_tabid_key || '__openreplay_tabid')</span>
|
|
987
|
-
}
|
|
988
|
-
<span class="cstat-no" title="statement not covered" > wOpen.call(window, ...args)</span>
|
|
989
|
-
<span class="cstat-no" title="statement not covered" > app.resetNextPageSession(false)</span>
|
|
990
|
-
<span class="cstat-no" title="statement not covered" > sessStorage.setItem(options.session_tabid_key || '__openreplay_tabid', tabId)</span>
|
|
1062
|
+
<span class="cstat-no" title="statement not covered" > if (doNotTrack) {</span>
|
|
1063
|
+
<span class="cstat-no" title="statement not covered" > failReason.push('doNotTrack')</span>
|
|
1064
|
+
} else {
|
|
1065
|
+
<span class="cstat-no" title="statement not covered" > for (const condition of conditions) {</span>
|
|
1066
|
+
<span class="cstat-no" title="statement not covered" > if (condition === 'timing') {</span>
|
|
1067
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if ('performance' in window && !(condition in performance)) {</span>
|
|
1068
|
+
<span class="cstat-no" title="statement not covered" > failReason.push(condition)</span>
|
|
1069
|
+
<span class="cstat-no" title="statement not covered" > break</span>
|
|
991
1070
|
}
|
|
992
|
-
})
|
|
993
|
-
<span class="cstat-no" title="statement not covered" >
|
|
994
|
-
<span class="cstat-no" title="statement not covered" >
|
|
995
|
-
|
|
1071
|
+
} else <span class="cstat-no" title="statement not covered" >if (condition === 'startsWith') {</span>
|
|
1072
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!(condition in String.prototype)) {</span>
|
|
1073
|
+
<span class="cstat-no" title="statement not covered" > failReason.push(condition)</span>
|
|
1074
|
+
<span class="cstat-no" title="statement not covered" > break</span>
|
|
1075
|
+
}
|
|
1076
|
+
} else {
|
|
1077
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!(condition in window)) {</span>
|
|
1078
|
+
<span class="cstat-no" title="statement not covered" > failReason.push(condition)</span>
|
|
1079
|
+
<span class="cstat-no" title="statement not covered" > break</span>
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
996
1082
|
}
|
|
997
|
-
}
|
|
1083
|
+
}
|
|
1084
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (failReason.length > 0) {</span>
|
|
1085
|
+
const missingApi = <span class="cstat-no" title="statement not covered" >failReason.join(',')</span>
|
|
998
1086
|
<span class="cstat-no" title="statement not covered" > console.log(</span>
|
|
999
|
-
|
|
1000
|
-
)
|
|
1001
|
-
const req = <span class="cstat-no" title="statement not covered" >new XMLHttpRequest()</span>
|
|
1002
|
-
const orig = <span class="cstat-no" title="statement not covered" >options.ingestPoint || DEFAULT_INGEST_POINT</span>
|
|
1003
|
-
<span class="cstat-no" title="statement not covered" > req.open('POST', orig + '/v1/web/not-started')</span>
|
|
1004
|
-
// no-cors issue only with text/plain or not-set Content-Type
|
|
1005
|
-
// req.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
1006
|
-
<span class="cstat-no" title="statement not covered" > req.send(</span>
|
|
1007
|
-
JSON.stringify({
|
|
1008
|
-
trackerVersion: 'TRACKER_VERSION',
|
|
1009
|
-
projectKey: options.projectKey,
|
|
1010
|
-
doNotTrack,
|
|
1011
|
-
// TODO: add precise reason (an exact API missing)
|
|
1012
|
-
}),
|
|
1087
|
+
`OpenReplay: browser doesn't support API required for tracking or doNotTrack is set to 1. Reason: ${missingApi}`,
|
|
1013
1088
|
)
|
|
1089
|
+
<span class="cstat-no" title="statement not covered" > this.signalStartIssue('missing_api', failReason)</span>
|
|
1090
|
+
<span class="cstat-no" title="statement not covered" > return</span>
|
|
1014
1091
|
}
|
|
1092
|
+
|
|
1093
|
+
const app = <span class="cstat-no" title="statement not covered" >new App(options.projectKey, options.sessionToken, options, this.signalStartIssue)</span>
|
|
1094
|
+
<span class="cstat-no" title="statement not covered" > this.app = app</span>
|
|
1095
|
+
<span class="cstat-no" title="statement not covered" > Viewport(app)</span>
|
|
1096
|
+
<span class="cstat-no" title="statement not covered" > CSSRules(app)</span>
|
|
1097
|
+
<span class="cstat-no" title="statement not covered" > ConstructedStyleSheets(app)</span>
|
|
1098
|
+
<span class="cstat-no" title="statement not covered" > Connection(app)</span>
|
|
1099
|
+
<span class="cstat-no" title="statement not covered" > Console(app, options)</span>
|
|
1100
|
+
<span class="cstat-no" title="statement not covered" > Exception(app, options)</span>
|
|
1101
|
+
<span class="cstat-no" title="statement not covered" > Img(app)</span>
|
|
1102
|
+
<span class="cstat-no" title="statement not covered" > Input(app, options)</span>
|
|
1103
|
+
<span class="cstat-no" title="statement not covered" > Mouse(app, options.mouse)</span>
|
|
1104
|
+
<span class="cstat-no" title="statement not covered" > Timing(app, options)</span>
|
|
1105
|
+
<span class="cstat-no" title="statement not covered" > Performance(app, options)</span>
|
|
1106
|
+
<span class="cstat-no" title="statement not covered" > Scroll(app)</span>
|
|
1107
|
+
<span class="cstat-no" title="statement not covered" > Focus(app)</span>
|
|
1108
|
+
<span class="cstat-no" title="statement not covered" > Fonts(app)</span>
|
|
1109
|
+
<span class="cstat-no" title="statement not covered" > Network(app, options.network)</span>
|
|
1110
|
+
<span class="cstat-no" title="statement not covered" > Selection(app)</span>
|
|
1111
|
+
<span class="cstat-no" title="statement not covered" > Tabs(app)</span>
|
|
1112
|
+
;(<span class="cstat-no" title="statement not covered" >window as any).__OPENREPLAY__ = this</span>
|
|
1113
|
+
|
|
1114
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.flags?.onFlagsLoad) {</span>
|
|
1115
|
+
<span class="cstat-no" title="statement not covered" > this.onFlagsLoad(options.flags.onFlagsLoad)</span>
|
|
1116
|
+
}
|
|
1117
|
+
const wOpen = <span class="cstat-no" title="statement not covered" >window.open</span>
|
|
1118
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.autoResetOnWindowOpen || options.resetTabOnWindowOpen) {</span>
|
|
1119
|
+
<span class="cstat-no" title="statement not covered" > app.attachStartCallback(<span class="fstat-no" title="function not covered" >() =</span>> {</span>
|
|
1120
|
+
const tabId = <span class="cstat-no" title="statement not covered" >app.getTabId()</span>
|
|
1121
|
+
const sessStorage = <span class="cstat-no" title="statement not covered" >app.sessionStorage ?? window.sessionStorage</span>
|
|
1122
|
+
// @ts-ignore ?
|
|
1123
|
+
<span class="cstat-no" title="statement not covered" > window.open = <span class="fstat-no" title="function not covered" >function (.</span>..args) {</span>
|
|
1124
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.autoResetOnWindowOpen) {</span>
|
|
1125
|
+
<span class="cstat-no" title="statement not covered" > app.resetNextPageSession(true)</span>
|
|
1126
|
+
}
|
|
1127
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.resetTabOnWindowOpen) {</span>
|
|
1128
|
+
<span class="cstat-no" title="statement not covered" > sessStorage.removeItem(options.session_tabid_key || '__openreplay_tabid')</span>
|
|
1129
|
+
}
|
|
1130
|
+
<span class="cstat-no" title="statement not covered" > wOpen.call(window, ...args)</span>
|
|
1131
|
+
<span class="cstat-no" title="statement not covered" > app.resetNextPageSession(false)</span>
|
|
1132
|
+
<span class="cstat-no" title="statement not covered" > sessStorage.setItem(options.session_tabid_key || '__openreplay_tabid', tabId)</span>
|
|
1133
|
+
}
|
|
1134
|
+
})
|
|
1135
|
+
<span class="cstat-no" title="statement not covered" > app.attachStopCallback(<span class="fstat-no" title="function not covered" >() =</span>> {</span>
|
|
1136
|
+
<span class="cstat-no" title="statement not covered" > window.open = wOpen</span>
|
|
1137
|
+
})
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
<span class="fstat-no" title="function not covered" > checkDoNotTrack(</span>) {
|
|
1142
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
1143
|
+
this.options.respectDoNotTrack &&
|
|
1144
|
+
(navigator.doNotTrack == '1' ||
|
|
1145
|
+
// @ts-ignore
|
|
1146
|
+
window.doNotTrack == '1')
|
|
1147
|
+
)
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
<span class="fstat-no" title="function not covered" > signalStartIssue(</span>reason: string, missingApi: string[]) {
|
|
1151
|
+
const doNotTrack = <span class="cstat-no" title="statement not covered" >this.checkDoNotTrack()</span>
|
|
1152
|
+
const req = <span class="cstat-no" title="statement not covered" >new XMLHttpRequest()</span>
|
|
1153
|
+
const orig = <span class="cstat-no" title="statement not covered" >this.options.ingestPoint || DEFAULT_INGEST_POINT</span>
|
|
1154
|
+
<span class="cstat-no" title="statement not covered" > req.open('POST', orig + '/v1/web/not-started')</span>
|
|
1155
|
+
<span class="cstat-no" title="statement not covered" > req.send(</span>
|
|
1156
|
+
JSON.stringify({
|
|
1157
|
+
trackerVersion: 'TRACKER_VERSION',
|
|
1158
|
+
projectKey: this.options.projectKey,
|
|
1159
|
+
doNotTrack,
|
|
1160
|
+
reason,
|
|
1161
|
+
missingApi,
|
|
1162
|
+
}),
|
|
1163
|
+
)
|
|
1015
1164
|
}
|
|
1016
1165
|
|
|
1017
1166
|
<span class="fstat-no" title="function not covered" > isFlagEnabled(</span>flagName: string): boolean {
|
|
@@ -1019,23 +1168,23 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
1019
1168
|
}
|
|
1020
1169
|
|
|
1021
1170
|
<span class="fstat-no" title="function not covered" > onFlagsLoad(</span>callback: (flags: IFeatureFlag[]) => void): void {
|
|
1022
|
-
<span class="cstat-no" title="statement not covered" > this.featureFlags.onFlagsLoad(callback)</span>
|
|
1171
|
+
<span class="cstat-no" title="statement not covered" > this.app?.featureFlags.onFlagsLoad(callback)</span>
|
|
1023
1172
|
}
|
|
1024
1173
|
|
|
1025
1174
|
<span class="fstat-no" title="function not covered" > clearPersistFlags(</span>) {
|
|
1026
|
-
<span class="cstat-no" title="statement not covered" > this.featureFlags.clearPersistFlags()</span>
|
|
1175
|
+
<span class="cstat-no" title="statement not covered" > this.app?.featureFlags.clearPersistFlags()</span>
|
|
1027
1176
|
}
|
|
1028
1177
|
|
|
1029
1178
|
<span class="fstat-no" title="function not covered" > reloadFlags(</span>) {
|
|
1030
|
-
<span class="cstat-no" title="statement not covered" > return this.featureFlags.reloadFlags()</span>
|
|
1179
|
+
<span class="cstat-no" title="statement not covered" > return this.app?.featureFlags.reloadFlags()</span>
|
|
1031
1180
|
}
|
|
1032
1181
|
|
|
1033
1182
|
<span class="fstat-no" title="function not covered" > getFeatureFlag(</span>flagName: string): IFeatureFlag | undefined {
|
|
1034
|
-
<span class="cstat-no" title="statement not covered" > return this.featureFlags.getFeatureFlag(flagName)</span>
|
|
1183
|
+
<span class="cstat-no" title="statement not covered" > return this.app?.featureFlags.getFeatureFlag(flagName)</span>
|
|
1035
1184
|
}
|
|
1036
1185
|
|
|
1037
1186
|
<span class="fstat-no" title="function not covered" > getAllFeatureFlags(</span>) {
|
|
1038
|
-
<span class="cstat-no" title="statement not covered" > return this.featureFlags.flags</span>
|
|
1187
|
+
<span class="cstat-no" title="statement not covered" > return this.app?.featureFlags.flags</span>
|
|
1039
1188
|
}
|
|
1040
1189
|
|
|
1041
1190
|
<span class="fstat-no" title="function not covered" > use<</span>T>(fn: (app: App | null, options?: Options) => T): T {
|
|
@@ -1050,17 +1199,35 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
1050
1199
|
}
|
|
1051
1200
|
|
|
1052
1201
|
<span class="fstat-no" title="function not covered" > start(</span>startOpts?: Partial<StartOptions>): Promise<StartPromiseReturn> {
|
|
1202
|
+
<span class="cstat-no" title="statement not covered" > if (this.browserEnvCheck()) {</span>
|
|
1203
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (this.app === null) {</span>
|
|
1204
|
+
<span class="cstat-no" title="statement not covered" > return Promise.reject("Browser doesn't support required api, or doNotTrack is active.")</span>
|
|
1205
|
+
}
|
|
1206
|
+
<span class="cstat-no" title="statement not covered" > return this.app.start(startOpts)</span>
|
|
1207
|
+
} else {
|
|
1208
|
+
<span class="cstat-no" title="statement not covered" > return Promise.reject('Trying to start not in browser.')</span>
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
<span class="fstat-no" title="function not covered" > browserEnvCheck(</span>) {
|
|
1053
1213
|
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (!IN_BROWSER) {</span>
|
|
1054
1214
|
<span class="cstat-no" title="statement not covered" > console.error(</span>
|
|
1055
1215
|
`OpenReplay: you are trying to start Tracker on a node.js environment. If you want to use OpenReplay with SSR, please, use componentDidMount or useEffect API for placing the \`tracker.start()\` line. Check documentation on ${DOCS_HOST}${DOCS_SETUP}`,
|
|
1056
1216
|
)
|
|
1057
|
-
<span class="cstat-no" title="statement not covered" > return
|
|
1217
|
+
<span class="cstat-no" title="statement not covered" > return false</span>
|
|
1058
1218
|
}
|
|
1059
|
-
<span class="cstat-no" title="statement not covered" >
|
|
1060
|
-
|
|
1219
|
+
<span class="cstat-no" title="statement not covered" > return true</span>
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
<span class="fstat-no" title="function not covered" > coldStart(</span>startOpts?: Partial<StartOptions>, conditional?: boolean) {
|
|
1223
|
+
<span class="cstat-no" title="statement not covered" > if (this.browserEnvCheck()) {</span>
|
|
1224
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (this.app === null) {</span>
|
|
1225
|
+
<span class="cstat-no" title="statement not covered" > return Promise.reject('Tracker not initialized')</span>
|
|
1226
|
+
}
|
|
1227
|
+
<span class="cstat-no" title="statement not covered" > void this.app.coldStart(startOpts, conditional)</span>
|
|
1228
|
+
} else {
|
|
1229
|
+
<span class="cstat-no" title="statement not covered" > return Promise.reject('Trying to start not in browser.')</span>
|
|
1061
1230
|
}
|
|
1062
|
-
// TODO: check argument type
|
|
1063
|
-
<span class="cstat-no" title="statement not covered" > return this.app.start(startOpts)</span>
|
|
1064
1231
|
}
|
|
1065
1232
|
|
|
1066
1233
|
<span class="fstat-no" title="function not covered" > stop(</span>): string | undefined {
|
|
@@ -1099,6 +1266,13 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
1099
1266
|
<span class="cstat-no" title="statement not covered" > return this.app.getTabId()</span>
|
|
1100
1267
|
}
|
|
1101
1268
|
|
|
1269
|
+
<span class="fstat-no" title="function not covered" > getUxId(</span>) {
|
|
1270
|
+
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (this.app === null) {</span>
|
|
1271
|
+
<span class="cstat-no" title="statement not covered" > return null</span>
|
|
1272
|
+
}
|
|
1273
|
+
<span class="cstat-no" title="statement not covered" > return this.app.getUxtId()</span>
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1102
1276
|
<span class="fstat-no" title="function not covered" > sessionID(</span>): string | null | undefined {
|
|
1103
1277
|
<span class="cstat-no" title="statement not covered" > deprecationWarn("'sessionID' method", "'getSessionID' method", '/')</span>
|
|
1104
1278
|
<span class="cstat-no" title="statement not covered" > return this.getSessionID()</span>
|
|
@@ -1198,7 +1372,7 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
1198
1372
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1199
1373
|
Code coverage generated by
|
|
1200
1374
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1201
|
-
at 2023-
|
|
1375
|
+
at 2023-12-15T15:55:44.965Z
|
|
1202
1376
|
</div>
|
|
1203
1377
|
<script src="../prettify.js"></script>
|
|
1204
1378
|
<script>
|
|
@@ -376,7 +376,7 @@ const getContentType = <span class="cstat-no" title="statement not covered" ><sp
|
|
|
376
376
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
377
377
|
Code coverage generated by
|
|
378
378
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
379
|
-
at 2023-
|
|
379
|
+
at 2023-12-15T15:55:44.965Z
|
|
380
380
|
</div>
|
|
381
381
|
<script src="../../../prettify.js"></script>
|
|
382
382
|
<script>
|
|
@@ -1018,7 +1018,7 @@ import { NetworkRequest } from '../../../common/messages.gen.js'
|
|
|
1018
1018
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1019
1019
|
Code coverage generated by
|
|
1020
1020
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1021
|
-
at 2023-
|
|
1021
|
+
at 2023-12-15T15:55:44.965Z
|
|
1022
1022
|
</div>
|
|
1023
1023
|
<script src="../../../prettify.js"></script>
|
|
1024
1024
|
<script>
|