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

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

Javascript Save Blob To Localstorage

I am trying to save blob data (favicon) retrieved via AJAX, to localStorage. Code : var xhr = new X… Read more Javascript Save Blob To Localstorage

How To Play Audio From Blob Object In React?

I'm trying to create an audio recorder app using ReactJS. I used the npm package react-mic to s… Read more How To Play Audio From Blob Object In React?

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

Huge Javascript Html5 Blob (from Large Arraybuffers) To Build A Giant File In Client Side

I'm writing a web browser app (client-side) that downloads a huge amount of chunks from many lo… Read more Huge Javascript Html5 Blob (from Large Arraybuffers) To Build A Giant File In Client Side

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