merge latest dev
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
WA.onInit().then(async () => {
|
||||
console.log('Trying to set variable "myvar". This should work, even if the cache was busted.');
|
||||
await WA.state.saveVariable('myvar', {'foo': 'bar'});
|
||||
console.log('SUCCESS!');
|
||||
});
|
||||
Reference in New Issue
Block a user