credential-handler / authn.io

Credential Mediator Polyfill
https://github.com/w3c-ccg/credential-handler-api
Other
44 stars 8 forks source link

Handle Quota Exceeded more gracefully #62

Open dlongley opened 5 years ago

dlongley commented 5 years ago

A "Quota Exceeded" DOMException may be thrown when trying to write to local storage, for example, when a user has very little free disk space. We should handle this error or pass it on more gracefully.

mattcollier commented 5 years ago

Apparently this can happen on devices with under 1GB of available disk space.https://bugs.chromium.org/p/chromium/issues/detail?id=838816