• Tristan Cavelier's avatar
    JIO provides now a limit method for jio storages. · b0c669ec
    Tristan Cavelier authored
    If the storage does not limit document list by itself,
    JIO will limit it anyway.
    The storage should use the method limitDone() to tell to JIO that
    the document list is already limited (avoid double limiting).
    If the storage can not support limiting, it can also use
    limitDocumentArray() provided by JIO (and no need to use limitDone()).
    b0c669ec
jio.js 52.4 KB