leapchat icon indicating copy to clipboard operation
leapchat copied to clipboard

Make sure Capacitor can work with large files

Open elimisteve opened this issue 1 year ago • 1 comments

(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.

elimisteve avatar Mar 17 '23 07:03 elimisteve

They're working on it: https://capacitorjs.com/docs/apis/http#large-file-support

elimisteve avatar Mar 21 '23 11:03 elimisteve