We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0ba19 commit 4d7e9b7Copy full SHA for 4d7e9b7
browser_tests/fixtures/ComfyPage.ts
@@ -563,6 +563,7 @@ export class ComfyPage {
563
if (fileName.endsWith('.webm')) return 'video/webm'
564
if (fileName.endsWith('.json')) return 'application/json'
565
if (fileName.endsWith('.glb')) return 'model/gltf-binary'
566
+ if (fileName.endsWith('.avif')) return 'image/avif'
567
return 'application/octet-stream'
568
}
569
browser_tests/tests/loadWorkflowInMedia.spec.ts-snapshots/workflow-avif-chromium-linux.png
66.9 KB
0 commit comments