Skip to content

Commit 49ec48f

Browse files
committed
Add documentation for this.protocol
1 parent bb1e352 commit 49ec48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class JsonRpcServerFactory extends EventEmitter {
1717
* @property {object} methods Key value pairs of server method to function call
1818
* @property {array} clients List of client connections which are instances of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol}
1919
* @property {boolean} listening Inidicates if the server is currently listening
20+
* @property {Object} protocol Instance of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol} to use for client conenctions
2021
*/
2122
constructor(options) {
2223
super();

0 commit comments

Comments
 (0)