Skip to content

Commit

Permalink
Update promise chaining wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jun 5, 2024
1 parent f8fba42 commit d899df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export default async function () {

### Promise chaining in v0.51

No. If you want to chain promises with the APIs soon to be migrated over to async, you won't be able to do that until after the migration and release of k6 `v0.52`.
This won't work. If you want to chain promises with the APIs soon to be migrated over to async, you won't be able to do that until after the migration and release of k6 `v0.52`.

For example, you can't do this yet:

Expand Down

0 comments on commit d899df1

Please sign in to comment.