Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 1
    What is the argument cb? Commented May 14, 2017 at 20:42
  • 1
    @FellowStranger commonly callback, used like blobToBase64(myBlob, function(base64String) {/*use the base64String*/}), because it's async Commented May 15, 2017 at 20:03
  • @yeahdixon, Seems I need your help. Look at this : stackoverflow.com/questions/46192069/…
    – moses toh
    Commented Sep 13, 2017 at 8:33
  • How do you wait for the execution? I always get undefined
    – MauriR
    Commented Oct 19, 2020 at 22:52
  • the callback is meant to be a function that gets passed that fires when complete
    – yeahdixon
    Commented Oct 22, 2020 at 7:10