CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 04:18:54 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/"730945196110d0c5e778ad2e8300bde5"
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=hg%2BTLyp5oTmwt6PO6rEzJGepA0kIS3pSHO2Madl8c78rdCxTPs2%2FZg5QKPtxT7EGK6593G1MHOnHqUU5GKZ52j56CRe2U%2Fa%2FL9S3IkHFrG%2BF8dIegWj7SdBRRxrm2kit1%2BpA9Bu%2F8xTW53X5TUepLjFag%2FrjrksdZgOhPFIM6SpaPjJdq2Q4xnsn4Vrd38AwDK%2BUiXL%2FQd1WDefsotRz7SUHk9%2F0vJapukl%2FN1iNl7%2BwvA4h%2BBROfMwaN6h1SIbL%2FKFqQsfv09w45tzua1EX%2BA%3D%3D--ddPshWv0hnowrV%2F6--VG0huFPFWSe%2BHWGZZHqibg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.928357363.1760069934; Path=/; Domain=github.com; Expires=Sat, 10 Oct 2026 04:18:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 10 Oct 2026 04:18:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AC66:35308D:126E152:166AD4A:68E8892E
fix: restore `customFileHandlers` provider (#3624) · karma-runner/karma@25d9abb · GitHub
Copy file name to clipboardExpand all lines: test/unit/web-server.spec.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 25d9abb
authored
fix: restore
The removal of `customFileHandlers` turned out to be more disruptive change than anticipated as this provider is still used by several popular plugins: #3619, codymikol/karma-webpack#462, angular/angular-cli#19815. Hence we restore the provider and print a deprecation warning to make upgrading easier. This should give more time for the plugin authors to release new versions and users to adopt these versions.customFileHandlers
provider (#3624)1 parent 07edde4 commit 25d9abbCopy full SHA for 25d9abb
File tree
Expand file treeCollapse file tree
3 files changed
+46
-1
lines changedFilter options
- lib
- test/unit
Expand file treeCollapse file tree
3 files changed
+46
-1
lines changedCollapse file: lib/server.js
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
|
Collapse file: lib/web-server.js
+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
19 | 38 |
| |
20 | 39 |
| |
21 | 40 |
| |
| |||
58 | 77 |
| |
59 | 78 |
| |
60 | 79 |
| |
| 80 | + | |
| 81 | + | |
61 | 82 |
| |
62 | 83 |
| |
63 | 84 |
| |
|
Collapse file: test/unit/web-server.spec.js
test/unit/web-server.spec.js
Copy file name to clipboardExpand all lines: test/unit/web-server.spec.js+23-1Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
| 60 | + | |
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
| |||
180 | 182 |
| |
181 | 183 |
| |
182 | 184 |
| |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
183 | 201 |
| |
184 | 202 |
| |
185 | 203 |
| |
| |||
196 | 214 |
| |
197 | 215 |
| |
198 | 216 |
| |
| 217 | + | |
199 | 218 |
| |
200 | 219 |
| |
201 | 220 |
| |
| |||
206 | 225 |
| |
207 | 226 |
| |
208 | 227 |
| |
| 228 | + | |
209 | 229 |
| |
210 | 230 |
| |
211 | 231 |
| |
| |||
244 | 264 |
| |
245 | 265 |
| |
246 | 266 |
| |
| 267 | + | |
247 | 268 |
| |
248 | 269 |
| |
249 | 270 |
| |
250 | 271 |
| |
| 272 | + | |
251 | 273 |
| |
252 | 274 |
| |
253 | 275 |
| |
|
You can’t perform that action at this time.
0 commit comments