IndexedDB Usage Questions

I’d like to cache while looking at the page.

But I don’t know where to put the manifest
I don’t know how to use it.

BABYLON.Database.IDBStorageEnabled = true;
engine.enableOfflineSupport = true;

I did that

I don’t understand how to access and import indexedDB.

BABYLON.SceneLoader.LoadAssetContainer(
url,
undefined,
this.scene,
instantiate,
undefined,
onError,
‘.glb’
)

Loading the glb into .

I beg you.

I want to succeed in this.

cc @RaananW in case he has any idea :slight_smile:

closing as dup of Where should I put the manifest of IndexedDB? - #2 by sebavan