(ツ)
(ツ)3w ago

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
marvinh.
marvinh.3w ago
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
(ツ)
(ツ)OP3w ago
I see, thanks.

Did you find this page helpful?