wtulloch / Blazor.IndexedDB

A Blazor library for accessing IndexedDB
MIT License
140 stars 46 forks source link

Issue on indexDbBlazor.ts when adding new record with dbManager #20

Open valentinvazquezo opened 4 years ago

valentinvazquezo commented 4 years ago

Hello, first of all I want to thank for this excellent library, I have``` a problem when trying to add a record using these lines:

await dbManager.AddRecord (myNewRecord);

image

Can some one help me with the fix of this issue?. Thanks in advance.

wtulloch commented 4 years ago

Will investigate in the next few days

wtulloch commented 4 years ago

Have added a check to determine if the err parameter is defined or not. It would be worthwhile if you could the code before the call to dbManager.AddRecord(myNewRecord). For example does the myNewRecord contain the name of a valid store?

FrankVDL2471 commented 3 years ago

Not sure, but this seems the same issue

image

Or do I need to create a new issue report for it ?

This issue is still open after a year ? Does this mean I can ignore this error ?