emitter.on('abort', function() {
   emitter.abort();
 });
Exemple #2
0
 ee.end = function () {
   ee.abort()
 }