Hi there,
I'm currently working on an addon that uses, among other things, loading and saving functions from an external SDK.
The problem is that loading and saving doesn't work in the preview (correct behavior), but only in the corresponding environment. All good!
BUT: I would therefore like to use a fallback storage in this case. Unfortunately, the usual suspects are all null.
Even including an external library (hello localForage) doesn't help, because the drivers that are actually supported don't work either and supports() returns false for them.
What other fallback options do I have?
Thanks :)