xk6-websockets icon indicating copy to clipboard operation
xk6-websockets copied to clipboard

Support Blob

Open mstoykov opened this issue 2 years ago • 0 comments

I did skip Blob as it seamed to be just bad idea increasing the problems I have tried to explore in this epic issue.

But

  1. it does support streams and hopefully k6 will support streams soon :tm: as well.
  2. It is the default of the API, which means that users will be really confused if we say "we are WebSocket API compatible" and then the default are different :(.

I would want this to be done before we make the extension not experimental.

This does not require that the streams API is even implemented, but it does require that we have a Blob implementation. And that likely will need to be part of k6, somehow.

mstoykov avatar Mar 20 '23 08:03 mstoykov