mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 22:46:15 -04:00
Build 29085883
This commit is contained in:
parent
0cfd75e7b2
commit
ae2f43be0e
9 changed files with 9 additions and 15 deletions
|
@ -145,7 +145,6 @@ function blobToBase64(blob: Blob): Promise<string> {
|
|||
let reader = new FileReader();
|
||||
|
||||
reader.onload = function () {
|
||||
console.log(reader.result);
|
||||
resolve(reader.result);
|
||||
};
|
||||
reader.onerror = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue