You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works for me when I did some tests. Using { copy: Buffer.from('Hello') } gave me same result as you. Also tried converting to Uint8Array and Uint32Array (I have to use the first one for binary data), but without success when using return.
What problem would the feature you're requesting solve? Please describe.
I'm running a Node.js Azure Function with an output Blob binding. I'm trying to save a binary file from a
Buffer
.My binding:
Note that I tried
dataType=binary
but it doesn't seem to make any difference.and in the function body:
The blob contents is written as
Describe the solution you'd like
It should save the data from the
Buffer
as-is.Hello
in this case.Related Issues
The text was updated successfully, but these errors were encountered: