anybody know if there's updates on the Async proposal? trying to implement OPFS storage for web but everything is async and
Source
is all sync
edenman
04/03/2025, 3:52 PM
(context is that i've got a KMP codebase that does all its file reading/writing using `Source`/`Sink` and i'm trying to add a web client that uses that kmp code but i can't figure out how to get those classes that can read/write OPFS)