Rawfile in file-like-object type is string, when it should be File #1049
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Good afternoon!
First of all, I'd like to thank you for the nice library, it is very useful and configurable. Second, I would like to ask you if it is possible to change the type of the propery rawfile in the file-like-object class to File. I'm testing on my own and using the FileReader Javascript interface, and in my debugger, whenever I ask for the rawfile, returns an instance of File, instead of a String. Would this change be possible? Or it would greatly affect the functionality?
Thanks a lot for your attention,
Same issue