Вопрос

I was wondering, if we can store data in a specific location when using IndexedDB? or it can only be decided by the browser?

Это было полезно?

Решение

The user cannot determine the storage location of raw IDB storage files. You likely would not want to - this location varies widely across operating system and even browser "profile." Managing this "sandbox" is a core browser operation.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top