From 2d9bbb17199984a0df1c08f533d2c4e5892db6ca Mon Sep 17 00:00:00 2001 From: ka3de Date: Wed, 27 Sep 2023 09:17:06 +0200 Subject: [PATCH] Add reference to ConsoleMessage docs --- release notes/v0.47.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release notes/v0.47.0.md b/release notes/v0.47.0.md index 25a5095e6f8..bb3552215bb 100644 --- a/release notes/v0.47.0.md +++ b/release notes/v0.47.0.md @@ -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