-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'. #27
Comments
Hello! |
Wow that's a quick answer, thanks 👍 By the way, the application is in VueJs 2.0 |
Wait, I got suspicious when I saw This is server-side library. In theory used approach should possible work in browser, but as for now library is relying on NodeJS types and objects. Sorry... |
Holly molly ... too bad :( Anyway thanks for your super reactivity 👍 |
I've created issue #2 long time ago, to track this feature, but have no time since to escalate :( I will appreciate for PR to add isomorphic features in this package :) |
mantra But for now I'll close this issue |
Hi, I wanted to use this JS implementation with direct html injection. But when the formData should be implemented I have this error :
Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'
Here is the script I used, is there something wrong ?
The text was updated successfully, but these errors were encountered: