#Baepsae
1 messages · Page 1 of 1 (latest)
Hello 👋
I'm not sure off the top of my head, taking a look
Appreciate it, thank you (:
Ah looks like we don't support localstorage yet
https://github.com/stripe/stripe-apps/issues/85
Thank you for the quick reply @upbeat cedar !
I may not have understood correctly, but reading the thread you sent, doesn't seem like it's talking about the simple window localStorage.
Did I get it wrong?
It's also from a while ago, so for sure there's no way to store value in the localStorage?
The issue is referring to window localStorage yes. Let me confirm with a colleague though to be 100% certain
Confirmed. We don't currently support localStorage.
https://stripe.com/docs/stripe-apps/how-ui-extensions-work#global-document-and-window-objects-are-limited
If you just need to store something to retrieve later in the app context, you can use the secrets storage approach:
https://stripe.com/docs/stripe-apps/store-secrets
Thank you @upbeat cedar, appreciate your help and time (: