web: update jsdoc with enableSocketRPC option
This commit is contained in:
parent
7be7a7dce5
commit
36f337afb3
@ -27,6 +27,7 @@ var log = index.log;
|
||||
* @param {Object} options.httpsOptions - Options passed into https.createServer, defaults to node settings.
|
||||
* @param {String} options.httpsOptions.key - Path to key file
|
||||
* @param {String} options.httpsOptions.cert - Path to cert file
|
||||
* @param {Boolean} options.enableSocketRPC - Option to enable/disable websocket RPC handling
|
||||
* @param {Number} options.port - The port for the service, defaults to node settings.
|
||||
*/
|
||||
var WebService = function(options) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user