Closed gangsthub closed 4 years ago
👀 Reopened #239 with cleaned git commits history (I fucked up with an unnecessary rebase).
We could be facing a DOMException like QuotaExceededError. The library was returning Invalid storage instance given which wasn't correct
QuotaExceededError
Invalid storage instance given
What:
This will report exact error, instead of a generic one.
Why:
I was getting Invalid storage instance given when really it was a quota limit exceeded in Firefox.
How:
Checklist:
@gangsthub looking good! Thanks for your effort!
👀 Reopened #239 with cleaned git commits history (I fucked up with an unnecessary rebase).
We could be facing a DOMException like
QuotaExceededError
. The library was returningInvalid storage instance given
which wasn't correctWhat:
This will report exact error, instead of a generic one.
Why:
I was getting
Invalid storage instance given
when really it was a quota limit exceeded in Firefox.How:
Checklist: