文件名称:dom-cursor-stream:DOMCursor 对象作为可读流
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-26 09:37:10
JavaScript
dom-cursor-stream dom-cursor-stream是一个将对象包装在可读流中的模块。 安装 $ npm install dom-cursor-stream 用法 var readable = require ( 'dom-cursor-stream' ) var through = require ( 'through2' ) var cursor = navigator . mozContacts . getAll ( ) readable ( cursor ) . on ( 'error' , console . error . bind ( console ) ) . pipe ( through . obj ( function ( contact , enc , next ) { console . log ( 'contact:' , c
【文件预览】:
dom-cursor-stream-master
----.gitignore(27B)
----example.js(260B)
----package.json(829B)
----readme.md(694B)
----index.js(849B)
----test.js(671B)
----.travis.yml(122B)