文件名称:volcan:firefox远程调试协议客户端
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-10 00:59:03
JavaScript
火山 用于远程调试 Firefox 的库。 它根据它所连接的 Firefox 上存在的功能生成所有客户端。 库比 idomatic node 有更多的 DOM API 感觉,因为它最初是为 firefox add-ons SDK 设计的,但与 nodejs 兼容。 用法 var volcan = require ( "volcan" ) ; var Port = require ( "volcan/port" ) ; // In case of node.js you would create connection to a firefox // using tcp port. In case of firefox add-on you will be given // equivalent port instance. var port = new Port ( 8060 , "loc
【文件预览】:
volcan-master
----specification()
--------protocol.json(50KB)
--------core.json(4KB)
----browser.js(40B)
----client.js(5KB)
----index.js(495B)
----package.json(992B)
----type-system.js(13KB)
----event.js(2KB)
----util.js(1KB)
----Readme.md(1KB)
----port.js(2KB)
----browser()
--------index.js(172B)
--------event.js(2KB)
--------promise.js(42B)
----class.js(615B)
----Makefile(142B)