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

Is It Possible To Use Client-side Generated Blob Url To Save To Google Drive

I'm generating a CSV client-side and putting it into a Blob and then creating an object URL. W… Read more Is It Possible To Use Client-side Generated Blob Url To Save To Google Drive

How Can I Revoke An Object Url Only After It's Downloaded?

I'm saving a file in JavaScript using the following code: var a = document.createElement('a… Read more How Can I Revoke An Object Url Only After It's Downloaded?