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
We should make the signature code asynchronous. That is, usable with async/await. To provide a real benefit, we should make sure it switches to using the k6/experimental/webcrypto module instead of the current crypto module which is synchronous.
The text was updated successfully, but these errors were encountered:
We should make the signature code asynchronous. That is, usable with async/await. To provide a real benefit, we should make sure it switches to using the
k6/experimental/webcrypto
module instead of the currentcrypto
module which is synchronous.The text was updated successfully, but these errors were encountered: