Bug 213683 - preload for .glb files
Summary: preload for .glb files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-27 10:58 PDT by munrocket
Modified: 2020-06-27 22:24 PDT (History)
3 users (show)

See Also:


Attachments
preload .glb (264.23 KB, image/png)
2020-06-27 10:58 PDT, munrocket
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description munrocket 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
Comment 1 Radar WebKit Bug Importer 2020-06-27 22:24:05 PDT
<rdar://problem/64854944>