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're converting the browser's sync methods to async. We noticed that check intentionally does not allow async methods in it. This issue isn't great for user experience (also considering the browser's 150ish methods will be async). Can we find a way to make this more user-friendly?
The content you are editing has changed. Please copy your edits and refresh the page.
What
Add a helper that supports asynchronous
check
functionality.Example (currently, it does not work):
We use the following code until we add async
check
support:Why
We're converting the browser's sync methods to async. We noticed that
check
intentionally does not allow async methods in it. This issue isn't great for user experience (also considering the browser's 150ish methods will be async). Can we find a way to make this more user-friendly?Tasks
check
usage with asynccheck
k6-docs#1725The text was updated successfully, but these errors were encountered: