Help for this page

Select Code to Download


  1. or download this
    var objurl = window.URL.createObjectURL(blob);
    ...
    // i am done with this link now
    window.URL.revokeObjectURL(objurl);