// XXX check sliceCpIndex from hk-util: use the same logic for forks
for(vari=array.length-1;i>=0;i--){
if(array[i].isCheckpoint){cp++;}
if(cp===2){
@ -37,6 +39,8 @@ define([
cache.setItem(id,{
k:validateKey,
c:val
// XXX add "time" here +new Date() ==> we want to store the time when it was updated in our indexeddb in case we want to remove inactive entries from indexeddb later
// XXX we would also need to update the time when we "getChannelCache"