-
-
Notifications
You must be signed in to change notification settings - Fork 641
Collection.filter()
David Fahlander edited this page Apr 7, 2016
·
3 revisions
collection.filter(filter)
filter: Function | function (value) { return true/false; } |
This Collection instance (this)
This method is identical to Collection.and()
Dexie.js - minimalistic and bullet proof indexedDB library