Hello, the v0.6.0 of KtorKMPFileCaching is available, a rework with a (almost) literal port of FileStorage of Ktor but for KMP.
• Total rework to be aligned with the official one
• It’s working with a lot of platforms : JS (browser/node), Wasm, jvm, native, ...
🎉 3
m
Michael Paus
02/02/2025, 3:18 PM
In the case of wasmJs for example, where exactly is the data stored?
f
François
02/02/2025, 3:19 PM
localstorage of the browser
🙏 1
s
Scott Lanoue
02/03/2025, 4:57 PM
This looks awesome, any limitations on the cache content? Would I be able to use this to cache PartialContent like HLS video segments?
f
François
02/03/2025, 5:00 PM
It’s using the same rules as the official one, I’m only implementing the interface needed.