Post #3667061
2026-05-05 12:50 UTC
@moh_kohn@mastodon.scot
How does indexeddb work?
Replies (1)
-
@cferdinandi@mastodon.social 2026-05-05 20:49
@nuwagaba2@mastodon.social @moh_kohn@mastodon.scot Confusingly. It uses a callback model instead of promises. https://gomakethings.com/guides-flux/indexeddb/ You can find some promise-based wrappers for it out there.