With the recently merged PRs to the xk6-webcrypto, the k6 core team concluded that the k6/experimental/webcrypto module is close to graduation and should become a part of the core even if some functionality is missing.
The idea is to make it globally available under crypto, like it's done in browsers and many other implementations.
We did previously the same for the timers' module, however while making crypto we should not fall into same trap with the statistics https://github.com/grafana/k6/issues/3814
What?
With the recently merged PRs to the xk6-webcrypto, the k6 core team concluded that the
k6/experimental/webcrypto
module is close to graduation and should become a part of the core even if some functionality is missing.The idea is to make it globally available under
crypto
, like it's done in browsers and many other implementations.We did previously the same for the timers' module, however while making
crypto
we should not fall into same trap with the statistics https://github.com/grafana/k6/issues/3814Why?
Part of https://github.com/grafana/k6/issues/3154