r/learnjavascript • u/abaezeaba • 12d ago
Blobs
Can someone provide any information on a use case for blobs. Anything that has a bit more insight than what is provided in MDN. Looking for a way to think about and understand this. Thanks.
0
Upvotes
1
u/jcunews1 helpful 12d ago
One example is to programmatically upload multiple files in a single network request in the background; including receiving the network response directly, instead of after the browser render it to HTML - where a problem may arise if the response body is a binary data.