You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/docs/02 javascript api/07 k6-experimental/02 grpc/30 Stream/10-Stream-on.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Possible events:
14
14
15
15
| Event name | Description |
16
16
| --------- | -------- |
17
-
| data | Emitted when the server sends data|
17
+
| data | Emitted when the server sends data. |
18
18
| error | Emitted when an error occurs. In case of the error, an [`Error`](/javascript-api/k6-experimental/grpc/stream/error/) object sends to the handler function.|
19
-
| end | Emitted when stream closes |
19
+
| end | Emitted when the server closes the incoming stream. |
0 commit comments