Login
From:
PQINA
(Uncensored)
subscribe
Convert A Blob To A File Using JavaScript
https://pqina.nl/blog/convert-a-blob-to-a-file-with-javascript/
links
backlinks
Roast topics
Find topics
Find it!
Sometimes you get a Blob object when instead you would like to have a File. For example, when you use blob() on a fetch response object. In this quick tutorial we’ll explore how to turn a Blob into a File.