Skip to content

4.1.0

Compare
Choose a tag to compare
@1999 1999 released this 08 Mar 14:55
· 60 commits to master since this release

Get operations are now using IDBObjectStore.prototype.getAll internally in all browsers which support this API. Currently these browsers are stable Chromium-based and Firefox. This API is activated when you run fetch operations without index and special direction (e.g. when only limit, offset or range are specified). JSPerf test shows that you get 200%-1000% speed increase for your get operations when using this API, so it's time to update sklad to this version 😃