I was playing around with Blazor and Indexed DB for a hobby project and had some issues getting it to work with 3.0.0-preview9.19423.4. Ended up cloning the repositories and making adjustments. I guess this will also get the project ready for the imminent Core 3 release. 😊
I used your code together with Blazor.IndexedDB.Framework which also needed some changes, I'll create another PR for them once this is released.
I got it working in Chrome, but Edge seems to reset the DB every time a change is made, that is outside the scope of these changes.
I was playing around with Blazor and Indexed DB for a hobby project and had some issues getting it to work with 3.0.0-preview9.19423.4. Ended up cloning the repositories and making adjustments. I guess this will also get the project ready for the imminent Core 3 release. 😊
I used your code together with Blazor.IndexedDB.Framework which also needed some changes, I'll create another PR for them once this is released.
I got it working in Chrome, but Edge seems to reset the DB every time a change is made, that is outside the scope of these changes.