💾 Archived View for bbs.geminispace.org › u › Addison › 6223 captured on 2023-12-28 at 17:37:56. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-14)
-=-=-=-=-=-=-
Re: "Streaming Files (including Text)"
This will pose an interesting challenge because the app works by generating an entire HTML document from gemtext. That document is then sent to an embedded web view all at once.
I appreciate the links, this helps a lot.
Oct 14 · 2 months ago
Currently, it looks like Rosy Crow waits until the connection has completely finished (aka. the file has fully downloaded) before it starts displaying text. I think it's better if you could load in the page as it comes in, rather than wait until the end of the conection to load the page. This will allow for slower connections to see at least some content loading in before the whole document has been downloaded,...