Is there any code to load gltf file with indexDB?

i read the doc , Does it only support the babylon format ? It seems so


And when I load multiple babylon format files, There’s always a file not use indexDB

Are you referring to the offline support? - Optimizing Using Cached Resources | Babylon.js Documentation

1 Like

yes, offline support.Thank you for your reply, i read it, dose it only support babylon format json file ?

I believe textures will still be cached, but the gltf models won’t (and if anyhow wants to correct me, please do :-))

1 Like

i see ,thanks again