4.1.0
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 😃