Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
  • Loading branch information
olegbespalov and heitortsergent authored Mar 11, 2025
1 parent d88b4cd commit f575583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/k6/next/shared/webcrypto/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ title: Experimental webcrypto module admonition

The experimental module `k6/experimental/webcrypto` has graduated, and it's functionality is now available globally through the [`crypto` object](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/crypto). The `k6/experimental/webcrypto` is deprecated and will be removed.

To migrate your scripts, just remove the `k6/experimental/webcrypto` imports and use the `crypto` object instead.
To migrate your scripts, remove the `k6/experimental/webcrypto` imports and use the `crypto` object instead.

{{< /admonition >}}

0 comments on commit f575583

Please sign in to comment.