Save blob as File
How to save a blob in you disk as a file
To save a blob as file, you need its blob object first.
You can find it either by adding a debugger point in source code from JavaScript file (from sources tab in Dev Tools) or create your save blob from Network panel.
Now Just run this code snippit to save your file in disk.
Now you can see a download prompt, just save this file.
Last updated