@openreplay/tracker 11.0.1 → 11.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/cjs/app/canvas.js +4 -6
- package/cjs/app/index.js +7 -6
- package/cjs/app/observer/iframe_observer.js +1 -1
- package/cjs/app/observer/shadow_root_observer.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/modules/Network/fetchProxy.js +4 -2
- package/cjs/modules/Network/xhrProxy.js +1 -1
- package/coverage/clover.xml +879 -563
- package/coverage/coverage-final.json +9 -8
- package/coverage/lcov-report/index.html +38 -38
- package/coverage/lcov-report/main/app/canvas.ts.html +1 -1
- package/coverage/lcov-report/main/app/guards.ts.html +1 -1
- package/coverage/lcov-report/main/app/index.html +9 -9
- package/coverage/lcov-report/main/app/index.ts.html +867 -39
- 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 +9 -9
- package/coverage/lcov-report/main/index.ts.html +247 -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 +1300 -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 +26 -11
- 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 +89 -80
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.html +37 -37
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +24 -21
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +56 -56
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +27 -24
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +1 -1
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +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 +1604 -999
- package/lib/app/canvas.js +4 -6
- package/lib/app/index.js +7 -6
- package/lib/app/observer/iframe_observer.js +1 -1
- package/lib/app/observer/shadow_root_observer.js +1 -1
- package/lib/index.js +1 -1
- package/lib/modules/Network/fetchProxy.js +4 -2
- package/lib/modules/Network/xhrProxy.js +1 -1
- package/package.json +2 -2
|
@@ -25,28 +25,28 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/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
|
|
|
@@ -448,7 +448,56 @@
|
|
|
448
448
|
<a name='L383'></a><a href='#L383'>383</a>
|
|
449
449
|
<a name='L384'></a><a href='#L384'>384</a>
|
|
450
450
|
<a name='L385'></a><a href='#L385'>385</a>
|
|
451
|
-
<a name='L386'></a><a href='#L386'>386</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>
|
|
452
501
|
<span class="cline-any cline-neutral"> </span>
|
|
453
502
|
<span class="cline-any cline-no"> </span>
|
|
454
503
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -480,7 +529,7 @@
|
|
|
480
529
|
<span class="cline-any cline-no"> </span>
|
|
481
530
|
<span class="cline-any cline-neutral"> </span>
|
|
482
531
|
<span class="cline-any cline-no"> </span>
|
|
483
|
-
<span class="cline-any cline-
|
|
532
|
+
<span class="cline-any cline-neutral"> </span>
|
|
484
533
|
<span class="cline-any cline-neutral"> </span>
|
|
485
534
|
<span class="cline-any cline-neutral"> </span>
|
|
486
535
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -563,12 +612,12 @@
|
|
|
563
612
|
<span class="cline-any cline-neutral"> </span>
|
|
564
613
|
<span class="cline-any cline-no"> </span>
|
|
565
614
|
<span class="cline-any cline-neutral"> </span>
|
|
566
|
-
<span class="cline-any cline-
|
|
615
|
+
<span class="cline-any cline-no"> </span>
|
|
616
|
+
<span class="cline-any cline-no"> </span>
|
|
567
617
|
<span class="cline-any cline-no"> </span>
|
|
568
618
|
<span class="cline-any cline-neutral"> </span>
|
|
569
619
|
<span class="cline-any cline-neutral"> </span>
|
|
570
620
|
<span class="cline-any cline-neutral"> </span>
|
|
571
|
-
<span class="cline-any cline-no"> </span>
|
|
572
621
|
<span class="cline-any cline-neutral"> </span>
|
|
573
622
|
<span class="cline-any cline-neutral"> </span>
|
|
574
623
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -576,13 +625,37 @@
|
|
|
576
625
|
<span class="cline-any cline-neutral"> </span>
|
|
577
626
|
<span class="cline-any cline-neutral"> </span>
|
|
578
627
|
<span class="cline-any cline-neutral"> </span>
|
|
628
|
+
<span class="cline-any cline-no"> </span>
|
|
629
|
+
<span class="cline-any cline-no"> </span>
|
|
579
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>
|
|
580
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>
|
|
581
641
|
<span class="cline-any cline-neutral"> </span>
|
|
582
642
|
<span class="cline-any cline-neutral"> </span>
|
|
583
643
|
<span class="cline-any cline-no"> </span>
|
|
584
644
|
<span class="cline-any cline-no"> </span>
|
|
585
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>
|
|
586
659
|
<span class="cline-any cline-no"> </span>
|
|
587
660
|
<span class="cline-any cline-no"> </span>
|
|
588
661
|
<span class="cline-any cline-no"> </span>
|
|
@@ -600,12 +673,12 @@
|
|
|
600
673
|
<span class="cline-any cline-no"> </span>
|
|
601
674
|
<span class="cline-any cline-no"> </span>
|
|
602
675
|
<span class="cline-any cline-no"> </span>
|
|
603
|
-
<span class="cline-any cline-neutral"> </span>
|
|
604
676
|
<span class="cline-any cline-no"> </span>
|
|
605
677
|
<span class="cline-any cline-no"> </span>
|
|
606
678
|
<span class="cline-any cline-no"> </span>
|
|
607
679
|
<span class="cline-any cline-neutral"> </span>
|
|
608
680
|
<span class="cline-any cline-no"> </span>
|
|
681
|
+
<span class="cline-any cline-no"> </span>
|
|
609
682
|
<span class="cline-any cline-neutral"> </span>
|
|
610
683
|
<span class="cline-any cline-no"> </span>
|
|
611
684
|
<span class="cline-any cline-no"> </span>
|
|
@@ -630,15 +703,24 @@
|
|
|
630
703
|
<span class="cline-any cline-neutral"> </span>
|
|
631
704
|
<span class="cline-any cline-neutral"> </span>
|
|
632
705
|
<span class="cline-any cline-neutral"> </span>
|
|
706
|
+
<span class="cline-any cline-neutral"> </span>
|
|
707
|
+
<span class="cline-any cline-neutral"> </span>
|
|
633
708
|
<span class="cline-any cline-no"> </span>
|
|
634
709
|
<span class="cline-any cline-neutral"> </span>
|
|
635
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>
|
|
636
719
|
<span class="cline-any cline-no"> </span>
|
|
637
720
|
<span class="cline-any cline-no"> </span>
|
|
638
721
|
<span class="cline-any cline-no"> </span>
|
|
639
722
|
<span class="cline-any cline-neutral"> </span>
|
|
640
723
|
<span class="cline-any cline-neutral"> </span>
|
|
641
|
-
<span class="cline-any cline-no"> </span>
|
|
642
724
|
<span class="cline-any cline-neutral"> </span>
|
|
643
725
|
<span class="cline-any cline-neutral"> </span>
|
|
644
726
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -648,6 +730,8 @@
|
|
|
648
730
|
<span class="cline-any cline-neutral"> </span>
|
|
649
731
|
<span class="cline-any cline-neutral"> </span>
|
|
650
732
|
<span class="cline-any cline-neutral"> </span>
|
|
733
|
+
<span class="cline-any cline-no"> </span>
|
|
734
|
+
<span class="cline-any cline-neutral"> </span>
|
|
651
735
|
<span class="cline-any cline-neutral"> </span>
|
|
652
736
|
<span class="cline-any cline-neutral"> </span>
|
|
653
737
|
<span class="cline-any cline-no"> </span>
|
|
@@ -675,16 +759,23 @@
|
|
|
675
759
|
<span class="cline-any cline-neutral"> </span>
|
|
676
760
|
<span class="cline-any cline-neutral"> </span>
|
|
677
761
|
<span class="cline-any cline-no"> </span>
|
|
762
|
+
<span class="cline-any cline-no"> </span>
|
|
678
763
|
<span class="cline-any cline-neutral"> </span>
|
|
764
|
+
<span class="cline-any cline-no"> </span>
|
|
679
765
|
<span class="cline-any cline-neutral"> </span>
|
|
680
766
|
<span class="cline-any cline-neutral"> </span>
|
|
767
|
+
<span class="cline-any cline-neutral"> </span>
|
|
768
|
+
<span class="cline-any cline-no"> </span>
|
|
769
|
+
<span class="cline-any cline-no"> </span>
|
|
681
770
|
<span class="cline-any cline-no"> </span>
|
|
771
|
+
<span class="cline-any cline-neutral"> </span>
|
|
682
772
|
<span class="cline-any cline-no"> </span>
|
|
683
773
|
<span class="cline-any cline-neutral"> </span>
|
|
684
774
|
<span class="cline-any cline-no"> </span>
|
|
685
775
|
<span class="cline-any cline-neutral"> </span>
|
|
686
776
|
<span class="cline-any cline-neutral"> </span>
|
|
687
777
|
<span class="cline-any cline-neutral"> </span>
|
|
778
|
+
<span class="cline-any cline-neutral"> </span>
|
|
688
779
|
<span class="cline-any cline-no"> </span>
|
|
689
780
|
<span class="cline-any cline-no"> </span>
|
|
690
781
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -692,13 +783,20 @@
|
|
|
692
783
|
<span class="cline-any cline-no"> </span>
|
|
693
784
|
<span class="cline-any cline-neutral"> </span>
|
|
694
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>
|
|
695
791
|
<span class="cline-any cline-no"> </span>
|
|
696
792
|
<span class="cline-any cline-neutral"> </span>
|
|
793
|
+
<span class="cline-any cline-no"> </span>
|
|
697
794
|
<span class="cline-any cline-neutral"> </span>
|
|
698
795
|
<span class="cline-any cline-no"> </span>
|
|
699
796
|
<span class="cline-any cline-neutral"> </span>
|
|
700
797
|
<span class="cline-any cline-neutral"> </span>
|
|
701
798
|
<span class="cline-any cline-neutral"> </span>
|
|
799
|
+
<span class="cline-any cline-neutral"> </span>
|
|
702
800
|
<span class="cline-any cline-no"> </span>
|
|
703
801
|
<span class="cline-any cline-no"> </span>
|
|
704
802
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -865,7 +963,7 @@ export const <span class="cstat-no" title="statement not covered" >Messages = _M
|
|
|
865
963
|
<span class="cstat-no" title="statement not covered" >import Tabs from './modules/tabs.js'</span>
|
|
866
964
|
|
|
867
965
|
<span class="cstat-no" title="statement not covered" >import { IN_BROWSER, deprecationWarn, DOCS_HOST } from './utils.js'</span>
|
|
868
|
-
|
|
966
|
+
import FeatureFlags, { IFeatureFlag } from './modules/featureFlags.js'
|
|
869
967
|
import type { Options as AppOptions } from './app/index.js'
|
|
870
968
|
import type { Options as ConsoleOptions } from './modules/console.js'
|
|
871
969
|
import type { Options as ExceptionOptions } from './modules/exception.js'
|
|
@@ -948,114 +1046,145 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
948
1046
|
)
|
|
949
1047
|
<span class="cstat-no" title="statement not covered" > return</span>
|
|
950
1048
|
}
|
|
951
|
-
const doNotTrack =
|
|
952
|
-
<span class="cstat-no" title="statement not covered" >
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
!('startsWith' in String.prototype) ||
|
|
964
|
-
!('Blob' in window) ||
|
|
965
|
-
!('Worker' in window)
|
|
966
|
-
? null
|
|
967
|
-
: new App(options.projectKey, options.sessionToken, options))
|
|
968
|
-
<span class="cstat-no" title="statement not covered" > if (app !== null) {</span>
|
|
969
|
-
<span class="cstat-no" title="statement not covered" > Viewport(app)</span>
|
|
970
|
-
<span class="cstat-no" title="statement not covered" > CSSRules(app)</span>
|
|
971
|
-
<span class="cstat-no" title="statement not covered" > ConstructedStyleSheets(app)</span>
|
|
972
|
-
<span class="cstat-no" title="statement not covered" > Connection(app)</span>
|
|
973
|
-
<span class="cstat-no" title="statement not covered" > Console(app, options)</span>
|
|
974
|
-
<span class="cstat-no" title="statement not covered" > Exception(app, options)</span>
|
|
975
|
-
<span class="cstat-no" title="statement not covered" > Img(app)</span>
|
|
976
|
-
<span class="cstat-no" title="statement not covered" > Input(app, options)</span>
|
|
977
|
-
<span class="cstat-no" title="statement not covered" > Mouse(app, options.mouse)</span>
|
|
978
|
-
<span class="cstat-no" title="statement not covered" > Timing(app, options)</span>
|
|
979
|
-
<span class="cstat-no" title="statement not covered" > Performance(app, options)</span>
|
|
980
|
-
<span class="cstat-no" title="statement not covered" > Scroll(app)</span>
|
|
981
|
-
<span class="cstat-no" title="statement not covered" > Focus(app)</span>
|
|
982
|
-
<span class="cstat-no" title="statement not covered" > Fonts(app)</span>
|
|
983
|
-
<span class="cstat-no" title="statement not covered" > Network(app, options.network)</span>
|
|
984
|
-
<span class="cstat-no" title="statement not covered" > Selection(app)</span>
|
|
985
|
-
<span class="cstat-no" title="statement not covered" > Tabs(app)</span>
|
|
986
|
-
<span class="cstat-no" title="statement not covered" > this.featureFlags = new FeatureFlags(app)</span>
|
|
987
|
-
;(<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
|
+
]
|
|
988
1061
|
|
|
989
|
-
<span class="cstat-no" title="statement not covered" >
|
|
990
|
-
<span class="cstat-no" title="statement not covered" >
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
<span class="cstat-no" title="statement not covered" >
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
<span class="cstat-no" title="statement not covered" >
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
<span class="cstat-no" title="statement not covered" >
|
|
1002
|
-
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.autoResetOnWindowOpen) {</span>
|
|
1003
|
-
<span class="cstat-no" title="statement not covered" > app.resetNextPageSession(true)</span>
|
|
1004
|
-
}
|
|
1005
|
-
<span class="cstat-no" title="statement not covered" > <span class="missing-if-branch" title="if path not taken" >I</span>if (options.resetTabOnWindowOpen) {</span>
|
|
1006
|
-
<span class="cstat-no" title="statement not covered" > sessStorage.removeItem(options.session_tabid_key || '__openreplay_tabid')</span>
|
|
1007
|
-
}
|
|
1008
|
-
<span class="cstat-no" title="statement not covered" > wOpen.call(window, ...args)</span>
|
|
1009
|
-
<span class="cstat-no" title="statement not covered" > app.resetNextPageSession(false)</span>
|
|
1010
|
-
<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>
|
|
1070
|
+
}
|
|
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>
|
|
1011
1075
|
}
|
|
1012
|
-
}
|
|
1013
|
-
<span class="cstat-no" title="statement not covered" >
|
|
1014
|
-
<span class="cstat-no" title="statement not covered" >
|
|
1015
|
-
|
|
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
|
+
}
|
|
1016
1082
|
}
|
|
1017
|
-
}
|
|
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>
|
|
1018
1086
|
<span class="cstat-no" title="statement not covered" > console.log(</span>
|
|
1019
|
-
|
|
1020
|
-
)
|
|
1021
|
-
const req = <span class="cstat-no" title="statement not covered" >new XMLHttpRequest()</span>
|
|
1022
|
-
const orig = <span class="cstat-no" title="statement not covered" >options.ingestPoint || DEFAULT_INGEST_POINT</span>
|
|
1023
|
-
<span class="cstat-no" title="statement not covered" > req.open('POST', orig + '/v1/web/not-started')</span>
|
|
1024
|
-
// no-cors issue only with text/plain or not-set Content-Type
|
|
1025
|
-
// req.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
1026
|
-
<span class="cstat-no" title="statement not covered" > req.send(</span>
|
|
1027
|
-
JSON.stringify({
|
|
1028
|
-
trackerVersion: 'TRACKER_VERSION',
|
|
1029
|
-
projectKey: options.projectKey,
|
|
1030
|
-
doNotTrack,
|
|
1031
|
-
// TODO: add precise reason (an exact API missing)
|
|
1032
|
-
}),
|
|
1087
|
+
`OpenReplay: browser doesn't support API required for tracking or doNotTrack is set to 1. Reason: ${missingApi}`,
|
|
1033
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>
|
|
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
|
+
})
|
|
1034
1138
|
}
|
|
1035
1139
|
}
|
|
1036
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
|
+
)
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1037
1166
|
<span class="fstat-no" title="function not covered" > isFlagEnabled(</span>flagName: string): boolean {
|
|
1038
1167
|
<span class="cstat-no" title="statement not covered" > return this.featureFlags.isFlagEnabled(flagName)</span>
|
|
1039
1168
|
}
|
|
1040
1169
|
|
|
1041
1170
|
<span class="fstat-no" title="function not covered" > onFlagsLoad(</span>callback: (flags: IFeatureFlag[]) => void): void {
|
|
1042
|
-
<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>
|
|
1043
1172
|
}
|
|
1044
1173
|
|
|
1045
1174
|
<span class="fstat-no" title="function not covered" > clearPersistFlags(</span>) {
|
|
1046
|
-
<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>
|
|
1047
1176
|
}
|
|
1048
1177
|
|
|
1049
1178
|
<span class="fstat-no" title="function not covered" > reloadFlags(</span>) {
|
|
1050
|
-
<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>
|
|
1051
1180
|
}
|
|
1052
1181
|
|
|
1053
1182
|
<span class="fstat-no" title="function not covered" > getFeatureFlag(</span>flagName: string): IFeatureFlag | undefined {
|
|
1054
|
-
<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>
|
|
1055
1184
|
}
|
|
1056
1185
|
|
|
1057
1186
|
<span class="fstat-no" title="function not covered" > getAllFeatureFlags(</span>) {
|
|
1058
|
-
<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>
|
|
1059
1188
|
}
|
|
1060
1189
|
|
|
1061
1190
|
<span class="fstat-no" title="function not covered" > use<</span>T>(fn: (app: App | null, options?: Options) => T): T {
|
|
@@ -1070,17 +1199,35 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
1070
1199
|
}
|
|
1071
1200
|
|
|
1072
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>) {
|
|
1073
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>
|
|
1074
1214
|
<span class="cstat-no" title="statement not covered" > console.error(</span>
|
|
1075
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}`,
|
|
1076
1216
|
)
|
|
1077
|
-
<span class="cstat-no" title="statement not covered" > return
|
|
1217
|
+
<span class="cstat-no" title="statement not covered" > return false</span>
|
|
1078
1218
|
}
|
|
1079
|
-
<span class="cstat-no" title="statement not covered" >
|
|
1080
|
-
|
|
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>
|
|
1081
1230
|
}
|
|
1082
|
-
// TODO: check argument type
|
|
1083
|
-
<span class="cstat-no" title="statement not covered" > return this.app.start(startOpts)</span>
|
|
1084
1231
|
}
|
|
1085
1232
|
|
|
1086
1233
|
<span class="fstat-no" title="function not covered" > stop(</span>): string | undefined {
|
|
@@ -1225,7 +1372,7 @@ function <span class="fstat-no" title="function not covered" >processOptions(</s
|
|
|
1225
1372
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1226
1373
|
Code coverage generated by
|
|
1227
1374
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1228
|
-
at 2023-12-
|
|
1375
|
+
at 2023-12-21T16:07:43.444Z
|
|
1229
1376
|
</div>
|
|
1230
1377
|
<script src="../prettify.js"></script>
|
|
1231
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-12-
|
|
379
|
+
at 2023-12-21T16:07:43.444Z
|
|
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-12-
|
|
1021
|
+
at 2023-12-21T16:07:43.444Z
|
|
1022
1022
|
</div>
|
|
1023
1023
|
<script src="../../../prettify.js"></script>
|
|
1024
1024
|
<script>
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
177
177
|
Code coverage generated by
|
|
178
178
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
179
|
-
at 2023-12-
|
|
179
|
+
at 2023-12-21T16:07:43.444Z
|
|
180
180
|
</div>
|
|
181
181
|
<script src="../../../prettify.js"></script>
|
|
182
182
|
<script>
|
|
@@ -229,7 +229,7 @@ If you're using serverside rendering in your app, make sure that tracker is load
|
|
|
229
229
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
230
230
|
Code coverage generated by
|
|
231
231
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
232
|
-
at 2023-12-
|
|
232
|
+
at 2023-12-21T16:07:43.444Z
|
|
233
233
|
</div>
|
|
234
234
|
<script src="../../../prettify.js"></script>
|
|
235
235
|
<script>
|
|
@@ -379,7 +379,7 @@ export type httpMethod =
|
|
|
379
379
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
380
380
|
Code coverage generated by
|
|
381
381
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
382
|
-
at 2023-12-
|
|
382
|
+
at 2023-12-21T16:07:43.444Z
|
|
383
383
|
</div>
|
|
384
384
|
<script src="../../../prettify.js"></script>
|
|
385
385
|
<script>
|
|
@@ -685,7 +685,7 @@ export const <span class="cstat-no" title="statement not covered" >getURL = <spa
|
|
|
685
685
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
686
686
|
Code coverage generated by
|
|
687
687
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
688
|
-
at 2023-12-
|
|
688
|
+
at 2023-12-21T16:07:43.444Z
|
|
689
689
|
</div>
|
|
690
690
|
<script src="../../../prettify.js"></script>
|
|
691
691
|
<script>
|
|
@@ -835,7 +835,7 @@ import { NetworkRequest } from '../../../common/messages.gen.js'
|
|
|
835
835
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
836
836
|
Code coverage generated by
|
|
837
837
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
838
|
-
at 2023-12-
|
|
838
|
+
at 2023-12-21T16:07:43.444Z
|
|
839
839
|
</div>
|
|
840
840
|
<script src="../../../prettify.js"></script>
|
|
841
841
|
<script>
|