Skip to main content

Timeline for Convert blob to base64

Current License: CC BY-SA 4.0

9 events
when toggle format what by license comment
Dec 16, 2020 at 0:38 comment added brown.cn i got the error "edit:1 Not allowed to load local resource: blob". Anyone know how I can fix this?
Oct 22, 2020 at 7:10 comment added yeahdixon the callback is meant to be a function that gets passed that fires when complete
Oct 19, 2020 at 22:52 comment added MauriR How do you wait for the execution? I always get undefined
S Nov 1, 2018 at 1:37 history suggested CommunityBot CC BY-SA 4.0
make code example more readable
Nov 1, 2018 at 0:05 review Suggested edits
S Nov 1, 2018 at 1:37
Sep 13, 2017 at 8:33 comment added moses toh @yeahdixon, Seems I need your help. Look at this : stackoverflow.com/questions/46192069/…
May 15, 2017 at 20:03 comment added Leonard Pauli @FellowStranger commonly callback, used like blobToBase64(myBlob, function(base64String) {/*use the base64String*/}), because it's async
May 14, 2017 at 20:42 comment added Fellow Stranger What is the argument cb?
Oct 27, 2016 at 16:19 history answered yeahdixon CC BY-SA 3.0