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

Show Image From Blob In Javascript

i am using localstorage html5. first i am saving mysql db values into localstorage then i am fetchi… Read more Show Image From Blob In Javascript

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

BlobBuilder Ruins Binary Data

I have a problem with BlobBuilder (Chrome11) I try to obtain an image from server with XHR request.… Read more BlobBuilder Ruins Binary Data

How Can I Use UTF-8 In Blob Type?

I have to export table by csv file. csv file data is from server by Blob type. Blob {size: 2067, ty… Read more How Can I Use UTF-8 In Blob Type?

Show Image From Blob In Javascript

i am using localstorage html5. first i am saving mysql db values into localstorage then i am fetchi… Read more Show Image From Blob In Javascript