Skip to content

Releases: grafana/xk6-websockets

v0.7.2

26 Oct 08:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

27 Sep 15:06
Compare
Choose a tag to compare
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

v0.7.0

11 Sep 08:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0