log id
This commit is contained in:
parent
a8289baca5
commit
6de41f9947
@ -57,6 +57,7 @@
|
|||||||
const BOM = new Uint8Array([0xef, 0xbb, 0xbf]);
|
const BOM = new Uint8Array([0xef, 0xbb, 0xbf]);
|
||||||
const blob = new Blob([BOM, text], { type: 'text/plain' });
|
const blob = new Blob([BOM, text], { type: 'text/plain' });
|
||||||
const url = window.URL.createObjectURL(blob);
|
const url = window.URL.createObjectURL(blob);
|
||||||
|
console.log(url);
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user