mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
added blob to uInt8Array conversion
This commit is contained in:
parent
9a2e701683
commit
e5f0f46633
@ -2184,7 +2184,8 @@ window.unzipItem = async function(itemPath) {
|
|||||||
}, 500);
|
}, 500);
|
||||||
|
|
||||||
let filePath = itemPath;
|
let filePath = itemPath;
|
||||||
|
|
||||||
|
let file = await blobToUint8Array(await puter.fs.read(filePath));
|
||||||
}
|
}
|
||||||
|
|
||||||
window.rename_file = async(options, new_name, old_name, old_path, el_item, el_item_name, el_item_icon, el_item_name_editor, website_url, is_undo = false)=>{
|
window.rename_file = async(options, new_name, old_name, old_path, el_item, el_item_name, el_item_icon, el_item_name_editor, website_url, is_undo = false)=>{
|
||||||
|
Loading…
Reference in New Issue
Block a user