not available. This is slow... // Source: https://gist.github.com/jonleighton/958841 function base64ArrayBuffer(arrayBuffer, off, byteLength) { var base64 = ''; var encodings = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; var bytes = new Uint8Array(arrayBuffer); … url = ("data:" + mime_type + ";base64," + base64ArrayBuffer(this._buf, off, end - off));