Skip to content Skip to sidebar Skip to footer
Showing posts with the label Blob

Javascript - File Saved To Disk Is Stuck In Chrome's Memory

I have this code: function saveFile(str, part) { var textFileAsBlob = new Blob([str], {type:'… Read more Javascript - File Saved To Disk Is Stuck In Chrome's Memory

Wait For User To Finish Downloading A Blob In Javascript

In Javascript, I'm creating a number of blobs that I want to prompt the user to save as files. … Read more Wait For User To Finish Downloading A Blob In Javascript

Export Dom Node To Gif With Gif-encoder And Dom-to-image Libs

I am desperately trying to get a non-animated gif export from a DOM Node, on client-side, but witho… Read more Export Dom Node To Gif With Gif-encoder And Dom-to-image Libs

Show Blob In Iframe Fails In Ie

So, the gist is, I'm downloading uploaded files to the db to show them, at least most of them, … Read more Show Blob In Iframe Fails In Ie

How To Add A Data-* Attribute To Svg On Or After Creation

I have a canvas that I am creating a snapshot from and saving and downloading as an svg using the F… Read more How To Add A Data-* Attribute To Svg On Or After Creation

Using Js To Consume A Rails Send_data Response

I have a VueJS frontend that is connected to a Rails API backend. In one of the endpoints, I am usi… Read more Using Js To Consume A Rails Send_data Response

Fill In A File Upload Input With File From Javascript

so I am recording audio on my webpage using recorder.js which records audio from a mic then creates… Read more Fill In A File Upload Input With File From Javascript

Blob Url Not Working In Safari

I'am using D3 to generate a graph and want to export this to an image, which works fine in all … Read more Blob Url Not Working In Safari