Closed jcubic closed 2 years ago
There are some issues:
cookie
Actually cookie.foo = 10 was compiled into document.cookie set, but to make cookie variable reflecting the changes, I've changed it to gaiman.set_cookie()
cookie.foo = 10
document.cookie
gaiman.set_cookie()
There are some issues:
cookie
is just an object (to make it work it needs to be a proxy).