You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like in cases where there is no error on the transaction, a generic AbortError is thrown. However if you inspect the error argument (which is not used) you can actually see the real error that was encountered. This is applicable to the "DataError: Failed to read large IndexedDB value" error
It seems like in cases where there is no error on the transaction, a generic AbortError is thrown. However if you inspect the error argument (which is not used) you can actually see the real error that was encountered. This is applicable to the "DataError: Failed to read large IndexedDB value" error
See:
idb/src/wrap-idb-value.ts
Lines 85 to 86 in eb2fc14
The expectation would be that we should see the real cause, and not swallow it.
The text was updated successfully, but these errors were encountered: