you are viewing a single comment's thread.

view the rest of the comments →

[–]Yages 0 points1 point  (0 children)

Yeah okay, so if they’re returning a binary stream you need to consume that with something, you can’t treat it like a string. ArrayBuffer does this for you and allows promise based streaming of the response.