-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloning File objects #92
Comments
Is there any workaround for this? Eg. would be neat to ignore properties with certain names while deep cloning. |
Unfortunately I'm not aware of any workarounds for this behaviour. I'd argue that it's better to throw an exception in that case than silently ignore it and have no proper clone of the object, don't you think? |
@pvorb I'm thinking about optional Here is the case: Having ability to ignore or shallow copy unclonable objects right in |
Okay, that's a use case. |
Any plan to support cloning Blobs/Files? https://github.com/jonschlinkert/clone-deep seems to do it, but they use for (const in which breaks on IE11 .. |
No |
File
object from<input type='file'>
The text was updated successfully, but these errors were encountered: