-
Notifications
You must be signed in to change notification settings - Fork 438
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
How to specify returning a File or Blob? #146
Comments
Currently not supported. |
Hello @fengyuanchen, I have tested this lib for a while on Nuxt 2 and it's working pretty well. But, there is some problem when using it on Nuxt 3 and I couldn't get it working. I have a very similar code to the one you provided inside docs directory on github. The result is success, no error log inside console log and the
Not sure if you have meet this problem before. I couldn't figure out what is going on now. |
@VisionaryAppDev Sorry, I haven't used Nuxt. |
can you provided me the code |
A Temporary solution until this enhancement is added to the lib -
|
I'm just curious how to specify if a file or a blob is returned upon success?
This is how I'm using it:
In both cases I get a Blob back but would rather it remain file without doing another conversion
Thanks!
The text was updated successfully, but these errors were encountered: