[Webkit-unassigned] [Bug 213683] New: preload for .glb files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 27 10:58:56 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213683

            Bug ID: 213683
           Summary: preload for .glb files
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: munrocket at pm.me

Created attachment 402965

  --> https://bugs.webkit.org/attachment.cgi?id=402965&action=review

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200627/7844bcb9/attachment-0001.htm>


More information about the webkit-unassigned mailing list