Setting Different Storage Type for OfficeRuntime.Storage #2976
Unanswered
AdvaSoftware
asked this question in
Q&A
Replies: 1 comment
-
@AdvaSoftware If you used a shared runtime addin you should be able to use IndexedDB or a wrapper around it like https://dexie.org/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I was wondering if its possible to make OfficeRuntime.Storage use IndexedDB or other storage types other than localstorage. My solution needs to transfer a large amount of data from custom functions to the main app context and localstorage doesn't seem to handle the load that well (I see that its promises break).
Beta Was this translation helpful? Give feedback.
All reactions