Skip to content

Commit 6caa677

Browse files
authored
Specify end event is only about server side stream
1 parent 3f657dc commit 6caa677

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/docs/02 javascript api/07 k6-experimental/02 grpc/30 Stream

1 file changed

+1
-1
lines changed

src/data/markdown/docs/02 javascript api/07 k6-experimental/02 grpc/30 Stream/10-Stream-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Possible events:
1616
| --------- | -------- |
1717
| data | Emitted when the server sends data|
1818
| 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. |
2020

2121

2222
### Example

0 commit comments

Comments
 (0)