Skip to content

How do I retrieve an Array Buffer from the file that is supposed to be a blob? #866

Answered by GrosSacASac
RNATALENKO asked this question in Q&A

You must be logged in to vote

One way would be to use node's built in fsPromises.readFile with filepath that you have.
You can then convert the buffer to an ArrayBuffer

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@RNATALENKO

Answer selected by GrosSacASac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants