If you were wondering how to add an initial wasm b...
# compose-web
k
If you were wondering how to add an initial wasm binaries downloading progress: youtrack.jetbrains.com/issue/CMP-7172#focus=Comments-27-14104629…
👍 5
mother of god 2
loading 5
🚀 8
r
A great solution to a problem that shouldn't exist in the first place 😜
😅 2
p
Well Robert, internet still slow in many places
☝🏼 1
p
@Konstantin Tskhovrebov in case of existing Content encoding, Content-Length is differ from decoded length. I got around 300% loaded with this script
Copy code
new Response(new ReadableStream({... - is decoded stream, while Content-Length - is length of encoded content
k
yes, that is why it is possible to change the script for you needs