wtulloch / Blazor.IndexedDB

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

3.0.0-preview9.19423.4 compatibility #11

Closed edgarssults closed 5 years ago

edgarssults commented 5 years ago

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.