-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate common.Bind() and relatives #2344
Comments
This was referenced Jan 18, 2022
This was referenced Jan 28, 2022
mstoykov
added a commit
to grafana/xk6-loki
that referenced
this issue
Feb 10, 2022
see grafana/k6#2344 for more info
mstoykov
added a commit
to grafana/xk6-client-prometheus-remote
that referenced
this issue
Feb 10, 2022
see grafana/k6#2344 for more info
mstoykov
added a commit
to grafana/xk6-client-prometheus-remote
that referenced
this issue
Feb 11, 2022
see grafana/k6#2344 for more info
mstoykov
added a commit
to grafana/xk6-loki
that referenced
this issue
Feb 15, 2022
see grafana/k6#2344 for more info
mstoykov
added a commit
to grafana/xk6-loki
that referenced
this issue
Feb 15, 2022
see grafana/k6#2344 for more info
maxaudron
pushed a commit
to maxaudron/xk6-harbor
that referenced
this issue
Jun 21, 2023
Some work around getting the goja Runtime was required see grafana/k6#2344
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem statement
Now that
k6
has a new and cleaner API for JS modules and most of the internal modules had been migrated we can consider deprecating the common.Bind() method for having a unique and consistent way of extending the k6's JS API.Proposed change
v0.36.0
v0.37.0
common.Bind()
Below a list of the connected methods to deprecate:
From an internal discussion:
v0.38.0 or v0.39.0
The text was updated successfully, but these errors were encountered: