NEW 213683
preload for .glb files
https://bugs.webkit.org/show_bug.cgi?id=213683
Summary preload for .glb files
munrocket
Reported 2020-06-27 10:58:56 PDT
Created attachment 402965 [details] preload .glb We wanted to increase downloading time for resources in Three.js but catched this error. Preload not working for .glb for some reason ``` <link type="application/octet-stream" rel="preload" href="models/gltf/Soldier.glb" as="fetch" crossorigin> ``` It's downloaded twice and throw a warning: The resources `./Soldier.glb` was preloaded using link preload but not using withing a seconds from the window load event. Here more details: https://github.com/mrdoob/three.js/pull/19483#issuecomment-641008707
Attachments
preload .glb (264.23 KB, image/png)
2020-06-27 10:58 PDT, munrocket
no flags
Radar WebKit Bug Importer
Comment 1 2020-06-27 22:24:05 PDT
Note You need to log in before you can comment on or make changes to this bug.