making sync more efficient. using new connector features. found lots of small bugs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
window.onload = function(){
|
||||
window.x = document.querySelector("yatta-test");
|
||||
x.yatta.val("stuff",{otherstuff:{nostuff:"this is no stuff"}})
|
||||
x.yatta.val("stuff",{otherstuff:{nostuff:"this is no stuff"}});
|
||||
setTimeout(function(){
|
||||
var res = x.yatta.val("stuff");
|
||||
if(!(x.nostuff.val() === "this is no stuff")){
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
setTimeout(function(){
|
||||
window.x = document.querySelector("yatta-test");
|
||||
// x.yatta.HB.stopGarbageCollection();
|
||||
x.yatta.val("stuff",{otherstuff:{nostuff:"this is no stuff"}})
|
||||
setTimeout(function(){
|
||||
var res = x.yatta.val("stuff");
|
||||
|
||||
Reference in New Issue
Block a user