Releases: grafana/xk6-websockets
Releases · grafana/xk6-websockets
v0.7.2
v0.7.1
Make certain readyState is actually a number when returned for some reason - likely a bug in goja/Sobek returning a type that is uint8 under the hood (or int) doesn't actually get to be a number in js. The current fix casts the ReadyState type to uint8 so that Sobek handles it correctly. Fixes #79