Mastering Client-Side File Downloads with the Streams API
Typically, servers handle the preparation of data for download. But what if you create data on the client side or combine data from multiple endpoints, which results in GB's big file? Standard method using Blob may not be suitable.
In this article, w...
falseinput.com5 min read