use IndexedDB in tauri apps . and the devtools #4876
-
|
hi, I want to use IndexedDB in my app . when I checked the devtools is IndexedDB supported by tauri ? or just the devtools is not viewing it ? thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
IndexedDB should work just fine on all 3 OSes. |
Beta Was this translation helpful? Give feedback.
-
|
Is there a better way to visualise index DB data. Inside devtools it's hard to find a specific row since data is not ordered. |
Beta Was this translation helpful? Give feedback.
IndexedDB should work just fine on all 3 OSes.
No idea why it's not visible in the devtools on Linux (idk about macos), but on Windows it is displayed fine 🤔