Reputation: 41
I am working on chrome extension that should store blobs (unlimited size) to browser storage. For that I am using navigator.webkitPersistentStorage.requestQuota and window.requestFileSystem(PERSISTENT,...). Results are not reliable, navigator.webkitPersistentStorage.requestQuota is invoking success callback in majority of cases but sometimes without any error it is not being invoked.
Is this known problem, any alternative?
Thanks
Upvotes: 0
Views: 97