CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 10:05:13 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/karma-runner/karma.git
etag: W/"86f77c6e5eb5205d022c1ca966249e28"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Sy08zHUp8MlmgPryI1OsHXnG3bxZ1PXNLqK9JES1OpsHDxFw1jOV8G9z3Rsc%2F5EKNuNck3wvuuOODzz1yjzTe3LLQ11USYXNSdmVW2g%2BUJRDsOELTwGakTGLlHrxUG0yTgzc1fH698i0Sk%2Fcs3cOiPVwOk56Rpao3hbNB4HPLF2rYqlLCIeJvRhvDP9cMKlp%2FeJah0d4Gr0UI9dj%2BD12RLmBL3zjFVZuGTa2aPyn6mXv%2BqldpDt8DL3wBcYp0%2Bu49D5EGXLzp5Y9PRJAfLYmmg%3D%3D--RpWpc7eQe4OdhPeH--AuixQmPJEVgup0MRHquVlg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1669943984.1760177112; Path=/; Domain=github.com; Expires=Sun, 11 Oct 2026 10:05:12 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 11 Oct 2026 10:05:12 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9F5A:E3EA6:572B85:75542C:68EA2BD8
feat(watcher): Debounce autoWatchBatchDelay · karma-runner/karma@2f8c049 · GitHub
Copy file name to clipboardExpand all lines: docs/config/01-configuration-file.md
Copy file name to clipboardExpand all lines: test/unit/file-list.spec.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 2f8c049
committed
feat(watcher): Debounce autoWatchBatchDelay
- renamed batchInterval to autoWatchBatchDelay to aid in greppability.
- Modified debouncing tests to wait on promises.
- Added documentation explaining how list.removeFile is different from
list.addFile and list.changeFile.
Closes #23311 parent 2a847c2 commit 2f8c049Copy full SHA for 2f8c049
File tree
Expand file treeCollapse file tree
3 files changed
+179
-29
lines changedFilter options
- docs/config
- lib
- test/unit
Expand file treeCollapse file tree
3 files changed
+179
-29
lines changedCollapse file: docs/config/01-configuration-file.md
docs/config/01-configuration-file.md
Copy file name to clipboardExpand all lines: docs/config/01-configuration-file.md+3-2Lines changed: 3 additions & 2 deletions
- Display the source diff
- Display the rich diff
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
93 |
| - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
|
Collapse file: lib/file-list.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
| 74 | + | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Collapse file: test/unit/file-list.spec.js
test/unit/file-list.spec.js
Copy file name to clipboardExpand all lines: test/unit/file-list.spec.js+170-21Lines changed: 170 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
| 425 | + | |
| 426 | + | |
425 | 427 |
| |
426 | 428 |
| |
427 | 429 |
| |
| |||
435 | 437 |
| |
436 | 438 |
| |
437 | 439 |
| |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
438 | 444 |
| |
| 445 | + | |
439 | 446 |
| |
440 | 447 |
| |
| 448 | + | |
441 | 449 |
| |
442 |
| - | |
| 450 | + | |
443 | 451 |
| |
444 | 452 |
| |
445 |
| - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
446 | 459 |
| |
447 | 460 |
| |
448 | 461 |
| |
| |||
487 | 500 |
| |
488 | 501 |
| |
489 | 502 |
| |
| 503 | + | |
490 | 504 |
| |
491 | 505 |
| |
492 | 506 |
| |
| |||
534 | 548 |
| |
535 | 549 |
| |
536 | 550 |
| |
| 551 | + | |
| 552 | + | |
537 | 553 |
| |
538 | 554 |
| |
539 | 555 |
| |
| 556 | + | |
540 | 557 |
| |
541 | 558 |
| |
542 | 559 |
| |
| |||
548 | 565 |
| |
549 | 566 |
| |
550 | 567 |
| |
| 568 | + | |
| 569 | + | |
| 570 | + | |
551 | 571 |
| |
| 572 | + | |
552 | 573 |
| |
553 | 574 |
| |
| 575 | + | |
554 | 576 |
| |
555 |
| - | |
| 577 | + | |
556 | 578 |
| |
557 | 579 |
| |
558 | 580 |
| |
559 | 581 |
| |
560 | 582 |
| |
561 | 583 |
| |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
562 | 589 |
| |
563 | 590 |
| |
564 |
| - | |
| 591 | + | |
565 | 592 |
| |
566 | 593 |
| |
567 | 594 |
| |
| |||
570 | 597 |
| |
571 | 598 |
| |
572 | 599 |
| |
| 600 | + | |
573 | 601 |
| |
574 | 602 |
| |
575 | 603 |
| |
| |||
627 | 655 |
| |
628 | 656 |
| |
629 | 657 |
| |
| 658 | + | |
| 659 | + | |
630 | 660 |
| |
631 | 661 |
| |
632 | 662 |
| |
| 663 | + | |
633 | 664 |
| |
634 | 665 |
| |
635 | 666 |
| |
| |||
641 | 672 |
| |
642 | 673 |
| |
643 | 674 |
| |
| 675 | + | |
| 676 | + | |
| 677 | + | |
644 | 678 |
| |
| 679 | + | |
645 | 680 |
| |
646 | 681 |
| |
| 682 | + | |
647 | 683 |
| |
648 |
| - | |
| 684 | + | |
649 | 685 |
| |
650 | 686 |
| |
651 | 687 |
| |
652 | 688 |
| |
653 | 689 |
| |
654 | 690 |
| |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
655 | 696 |
| |
656 | 697 |
| |
657 |
| - | |
| 698 | + | |
658 | 699 |
| |
659 | 700 |
| |
660 | 701 |
| |
| |||
667 | 708 |
| |
668 | 709 |
| |
669 | 710 |
| |
| 711 | + | |
670 | 712 |
| |
671 | 713 |
| |
672 | 714 |
| |
| |||
685 | 727 |
| |
686 | 728 |
| |
687 | 729 |
| |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
688 | 739 |
| |
689 | 740 |
| |
690 | 741 |
| |
| |||
723 | 774 |
| |
724 | 775 |
| |
725 | 776 |
| |
726 |
| - | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
727 | 868 |
| |
728 | 869 |
| |
729 | 870 |
| |
| |||
734 | 875 |
| |
735 | 876 |
| |
736 | 877 |
| |
737 |
| - | |
738 |
| - | |
739 |
| - | |
740 |
| - | |
741 |
| - | |
742 |
| - | |
743 |
| - | |
744 |
| - | |
745 |
| - | |
746 |
| - | |
747 |
| - | |
748 |
| - | |
749 |
| - | |
750 |
| - | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
751 | 900 |
| |
752 | 901 |
| |
753 | 902 |
| |
|
You can’t perform that action at this time.
0 commit comments