NotSupported: LocalStorage is not supported in this context.
I get the above error when trying access the localStorage API from my compiled .exe. I'm using the exact same compile parameters I have saved in a VS Code task before, which used to work.
2 Replies
Looks like this is not supported, see https://github.com/denoland/deno/issues/10693 . Someone posted a workaround there, but I haven't tested if it works
I see, thanks.