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
I want to catch the abort if storage is full and it can't insert or update data.
but this library can't catch abort.
When I try to insert data if capacity of storage is full, it doesn't insert data in indexDB.
I want to catch the abort if storage is full and it can't insert or update data.
but this library can't catch abort.
When I try to insert data if capacity of storage is full, it doesn't insert data in indexDB.
please tell me how to catch abort.
I try this code but "err" is null.
it has already opened DB and create NeDb instance.
Browser :Chrome.
The text was updated successfully, but these errors were encountered: