[Vuejs]-How to render utf8 encoded blob in VueJS/Javascript

0👍

I cannot comment, so had to post as an answer. I will remove if needed.

You could use a library to handle blob parsing on the front-end.

https://www.npmjs.com/package/blob-util

That library has built in ES module support, so should work out-of-the-box with Vue.

Leave a comment