Open AjaxSolutions opened 1 year ago
https://developer.mozilla.org/en-US/docs/Web/API/File
I don't think this lib can but structuredClone can at least.
anyway to clone a file one would have to do: new File([file], file.name, file) to clone it
new File([file], file.name, file)
https://developer.mozilla.org/en-US/docs/Web/API/File