We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1e352 commit 49ec48fCopy full SHA for 49ec48f
src/server/index.js
@@ -17,6 +17,7 @@ class JsonRpcServerFactory extends EventEmitter {
17
* @property {object} methods Key value pairs of server method to function call
18
* @property {array} clients List of client connections which are instances of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol}
19
* @property {boolean} listening Inidicates if the server is currently listening
20
+ * @property {Object} protocol Instance of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol} to use for client conenctions
21
*/
22
constructor(options) {
23
super();
0 commit comments