Radic
Radic

Reputation: 41

Chrome and HTML5 offline storage

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

Answers (0)

Related Questions