Skip to content

Commit d68151d

Browse files
heitortsergentinancgumus
authored andcommitted
Apply to previous versions
1 parent 213527d commit d68151d

File tree

4 files changed

+4
-4
lines changed
  • docs/sources/k6
    • v0.55.x/javascript-api/k6-browser/page
    • v0.56.x/javascript-api/k6-browser/page
    • v0.57.x/javascript-api/k6-browser/page
    • v1.0.x/javascript-api/k6-browser/page

4 files changed

+4
-4
lines changed

docs/sources/k6/v0.55.x/javascript-api/k6-browser/page/on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: page.on method'
55

66
# on(event, handler)
77

8-
Registers a handler to be called whenever the specified event occurs.
8+
Registers a handler to be called whenever the specified event occurs. This method can also be used to prevent the `too many time series` error when using the k6 browser module. For more details, refer to [Prevent too many time series error](https://grafana.com/docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/prevent-too-many-time-series-error).
99

1010
| Parameter | Type | Default | Description |
1111
| --------- | -------- | ------- | ------------------------------------------------------------------------------------------- |

docs/sources/k6/v0.56.x/javascript-api/k6-browser/page/on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: page.on method'
55

66
# on(event, handler)
77

8-
Registers a handler to be called whenever the specified event occurs.
8+
Registers a handler to be called whenever the specified event occurs. This method can also be used to prevent the `too many time series` error when using the k6 browser module. For more details, refer to [Prevent too many time series error](https://grafana.com/docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/prevent-too-many-time-series-error).
99

1010
| Parameter | Type | Default | Description |
1111
| --------- | -------- | ------- | ------------------------------------------------------------------------------------------- |

docs/sources/k6/v0.57.x/javascript-api/k6-browser/page/on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: page.on method'
55

66
# on(event, handler)
77

8-
Registers a handler to be called whenever the specified event occurs.
8+
Registers a handler to be called whenever the specified event occurs. This method can also be used to prevent the `too many time series` error when using the k6 browser module. For more details, refer to [Prevent too many time series error](https://grafana.com/docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/prevent-too-many-time-series-error).
99

1010
| Parameter | Type | Default | Description |
1111
| --------- | -------- | ------- | ------------------------------------------------------------------------------------------- |

docs/sources/k6/v1.0.x/javascript-api/k6-browser/page/on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: page.on method'
55

66
# on(event, handler)
77

8-
Registers a handler to be called whenever the specified event occurs.
8+
Registers a handler to be called whenever the specified event occurs. This method can also be used to prevent the `too many time series` error when using the k6 browser module. For more details, refer to [Prevent too many time series error](https://grafana.com/docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/prevent-too-many-time-series-error).
99

1010
| Parameter | Type | Default | Description |
1111
| --------- | -------- | ------- | -------------------------------------------------------------------- |

0 commit comments

Comments
 (0)