Skip to content

Commit

Permalink
Add reference to ConsoleMessage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ka3de committed Sep 27, 2023
1 parent 3923484 commit 2d9bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.47.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In some workflows the reflection call should also include some metadata. This PR

### Add support for browser module's `page.on('console')` [browser#1006](https://github.com/grafana/xk6-browser/pull/1006)

Allows users to register a handler to be executed every time the `console` API methods are called from within the page's JavaScript context.
Allows users to register a handler to be executed every time the `console` API methods are called from within the page's JavaScript context. The arguments passed into the handler are defined by the (ConsoleMessage)[https://k6.io/docs/javascript-api/k6-experimental/browser/consolemessage/] class.

### UX improvements and enhancements

Expand Down

0 comments on commit 2d9bbb1

Please sign in to comment.