av8ta / ssb-fetch

use fetch to get ssb content
1 stars 1 forks source link

don't block ui waiting for blob #6

Closed av8ta closed 2 years ago

av8ta commented 2 years ago

code that requests missing blobs is written but not pushed here to github yet. this issue is a reminder for myself to deal with later!

av8ta commented 2 years ago

actually this is fine: it's only blocking when browsing to a blob ssb url directly. you do have to wait for it to load to see it!

when viewing posts the text renders as expected while blobs such as images load asynchronously; so it's not actually blocking the ui