node chrome:已弃用 源码
概要 作为模块或从命令行中的命令无头运行chrome。 该项目类似于,但是更简单,没有流,没有服务器等。 用法 从命令 html文件是可选的(默认情况下将使用一个空文件)。 node-chrome index.js [index.html] 作为一个模块 为事件发射器提供stdout , stderr和exit 。 const Chrome = require ( 'node-chrome' ) const path = require ( 'path' ) const chrome = Chrome ( 'Hello World' ) // // or pass in
文件列表
node-chrome-master.zip
(预估有个15文件)
node-chrome-master
index.html
1B
main.js
635B
yarn.lock
34KB
preload.js
694B
.travis.yml
149B
LICENSE
1KB
test
alternate-index.html
14B
browser0.js
161B
暂无评论