Skip to content

Commit

Permalink
Add browser's page.on('console') to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ka3de committed Sep 26, 2023
1 parent 3ac4078 commit fb71278
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release notes/v0.47.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Thanks, @sapphire-janrain, for contribution!

In some workflows the reflection call should also include some metadata. This PR adds [a new connection parameter `reflectMetadata`](https://k6.io/docs/javascript-api/k6-net-grpc/client/client-connect/#connectparams) that allows to specify the metadata to be sent with the reflection call.

### Add support for browser module's `page.on('console')` [xk6-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 JavaScript context.

### UX improvements and enhancements

_Format as `<number> <present_verb> <object>. <credit>`_:
Expand Down

0 comments on commit fb71278

Please sign in to comment.