leapchat
leapchat copied to clipboard
Make sure Capacitor can work with large files
(Assuming we go with Capacitor! So far, so good.)
This lets us streamingly read or write blobs to/from disk: https://github.com/diachedelic/capacitor-blob-writer
...but what about doing streaming uploads/downloads? import { CapacitorHttp } from '@capacitor/core'
lets us do basic HTTP requests, but I don't see streaming support.
They're working on it: https://capacitorjs.com/docs/apis/http#large-file-support