wtulloch / Blazor.IndexedDB

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

IList vs List return type #39

Open kattunga opened 3 years ago

kattunga commented 3 years ago

Hi,

There is a slight inconsistency in the return type of two functions.

DbManager.GetRecords returns List

but

DbManager.GetAllRecordsByIndex returns IList

Which should be the right return type?