You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Souther edited this page Dec 24, 2012
·
1 revision
varruntime=newJEFRi.Runtime(CONTEXT_URI);// Wait for runtime.ready, etcvartransaction=runtime.transaction();transaction.add(array_of_entities_to_add);varstoreType="LocalStore";//HTML5 localstorage. Also PostStore (requires "remote" in options), FileStorevarstoreOptions={"runtime": runtime};varstore=newJEFRi[storeType](storeOptions);store.execute("persist"/* Or "get" */,transaction).then(function(results){// console.log?});