grafana / k6-docs

The k6 documentation website.
https://grafana.com/docs/k6/latest/
85 stars 216 forks source link

Update to Async `Browser` #1588

Closed inancgumus closed 4 months ago

inancgumus commented 4 months ago

What?

Update relevant Browser methods from sync to async.

Checklist

Related PR(s)/Issue(s)

grafana/xk6-browser#1294

inancgumus commented 4 months ago

@heitortsergent We're converting all relevant k6-browser methods to async. And, we'll be merging our changes into main-browser-async before finally merging them into main. We do this because it's not guaranteed that we'll make all the sync-to-async conversion until the next release.

Would you like to review the PRs individually, or the final one just before we merge all of them into main?