using FS and IDBFS
#19041
-
Hello, i am trying to persist file to indexeddb using FS but i don't know how to mount IDBFS or if it is even possible in avalonia. See my code below it use MEMFS because IDBFS is undefined in javascript. Anybody already tried to persist file in the browser ?
|
Beta Was this translation helpful? Give feedback.
Answered by
cedric56
Jun 13, 2025
Replies: 1 comment
-
must be added to csproj in order to have IDBFS active.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cedric56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<EmccExtraLDFlags>-lidbfs.js</EmccExtraLDFlags>
must be added to csproj in order to have IDBFS active.