What’s the problem with this:
setTimeout(asdf, 2147483648);
i think it just never runs
The real problem is the number “2147483648” is too large for the storage javascript uses. I forget what it’s called but its like 64bit or something…