On Thu, Jul 5, 2012 at 5:11 PM, Maxime RETY <[email protected]> wrote: > Today, we may have to guess why a request is blocked... > > Was it because the user didn't allow indexedDB ? > Was it because the user is in "private browsing mode" ? > Was it because the user reached a maximum quota ? > > If in every situation a "QuotaExceededError" is raised, then a web > application can't advise the user appropriately.
Exposing all that user state is not necessarily a good idea. It all adds to fingerprinting. -- http://annevankesteren.nl/
