FileKit icon indicating copy to clipboard operation
FileKit copied to clipboard

PlatformFile.source() not available in WasmJS?

Open galex opened this issue 3 months ago • 0 comments

Hello,

As I am working with large video files on a CMP app with Android / iOS / Desktop JVM / WasmJS targets, I wonder why isn't PlatformFile.source() available on WasmJS?

If it's not possible to buffer files on web, how am I supposed to stream a file into a multipart request so that I do not load the whole file in memory by having to use readBytes ?

Thank you in advance 🙏

galex avatar Oct 27 '25 03:10 galex