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
Discussion options

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

Comment options

You must be logged in to vote
1 reply
@RNATALENKO
Comment options

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