You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it.
A good candidate is k6/ws which currently has its own event loop. But there is actually a specification about websocket API in browsers.
The idea here is not to implement the whole specification. It's mostly to see whether it's possible and whether that will be beneficial for k6. It's also good idea to keep in mind issues around websockets
This is very likely to not ever be merged in k6, so again, its should not be perfect or complete.
The text was updated successfully, but these errors were encountered:
Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it.
A good candidate is
k6/ws
which currently has its own event loop. But there is actually a specification about websocket API in browsers.The idea here is not to implement the whole specification. It's mostly to see whether it's possible and whether that will be beneficial for k6. It's also good idea to keep in mind issues around websockets
This is very likely to not ever be merged in k6, so again, its should not be perfect or complete.
The text was updated successfully, but these errors were encountered: