Open dlongley opened 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.
Apparently this can happen on devices with under 1GB of available disk space.https://bugs.chromium.org/p/chromium/issues/detail?id=838816
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.