Send Buffer data as response from server action #67832
Unanswered
surnr
asked this question in
App Router
Replies: 2 comments
-
ArrayBuffer (and TypedArray) is meant to be supported, but, according to, facebook/react#27931, it needed some more work, which has been merged upstream on React. I would try on next@canary and see if it works there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey guys, any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I call a server action from client side which will return a json value, inside a key has Buffer data type, I'm getting error that
How can I pass Buffer data from server to client? The buffer data is an Image, which I want to render on client
Beta Was this translation helpful? Give feedback.
All reactions