You can used IndexedDB, or other client-side storage systems, via DataSource.dataProtocol:"clientCustom". There is not currently a way to simply turn on use of this storage system by setting a single property; you need to implement the 4 CRUD operations yourself.
Comment