문제

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