json-rpc-notification:JSON RPC 2.0 通知对象构造函数

时间:2024-08-05 16:29:12
【文件属性】:

文件名称:json-rpc-notification:JSON RPC 2.0 通知对象构造函数

文件大小:3KB

文件格式:ZIP

更新时间:2024-08-05 16:29:12

JavaScript

JSON RPC 2.0 通知 构造函数。 另请参阅相关包 、 和 安装 npm install json - rpc - notification 用法 new JsonRpcNotification ( method [ , params ] ) ; 可以使用或不使用new关键字来构造通知对象。 例子 var JsonRpcNotification = require ( 'json-rpc-notification' ) ; // Notification with params new JsonRpcNotification ( 'update' , [ 1 , 2 , 3 ] ) ; // Notification without params new JsonRpcNotification ( 'foobar' ) ; 测试 运行单元测试; $ npm test


【文件预览】:
json-rpc-notification-master
----LICENSE(1KB)
----test()
--------json-rpc-notification.js(1KB)
----README.md(860B)
----.gitignore(19B)
----index.js(399B)
----package.json(784B)

网友评论