Is babylon caching to indexedDB works as expected?

The ability to skip manifest check is not mentioned in the Docs.
Would it be possible to add these 3 lines to the Documentation to show how to do it together with the abovementioned example?

        engine.enableOfflineSupport = true;
        engine.disableManifestCheck = true;
        BABYLON.Database.IDBStorageEnabled = true;
2 Likes

want to submit a PR? otherwise I can do it later today/tomorrow.

1 Like

@labris I believe you already noticed the Edit on GitHub icon on each doc page :see_no_evil: Using it is the easiest way to quickly contribute the docs.

image

1 Like

I believe for this case it would be better if you would do it, probably there are other BABYLON.Database improvements or hints which I am not aware of.

2 Likes