• Tristan Cavelier's avatar
    Adding waitStorage · 5aebc8b2
    Tristan Cavelier authored
    This storage will wait before executing command on another storage.
    So there is a parameter "storage" (like indexedstorage).
    Wait storage can have some optional parameters:
    key     : default value
    -----------------------
    delay   : 5000,
    save    : true, // will wait 5 seconds before saveDocument
    load    : false, // won't wait
    remove  : false, // ''
    getlist : false. // ''
    5aebc8b2
jio.waitstorage.js 2.24 KB