emitter.on('abort', function() {
   emitter.abort();
 });
示例#2
0
文件: index.js 项目: jo/couchup
 ee.end = function () {
   ee.abort()
 }