404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.117.121.71: ~ $
var writer = require('./')

var ws = writer(write, flush)

ws.on('finish', function () {
  console.log('finished')
})

ws.write('hello')
ws.write('world')
ws.end()

function write (data, enc, cb) {
  // i am your normal ._write method
  console.log('writing', data.toString())
  cb()
}

function flush (cb) {
  // i am called before finish is emitted
  setTimeout(cb, 1000) // wait 1 sec
}

Filemanager

Name Type Size Permission Actions
node_modules Folder 0755
.travis.yml File 69 B 0644
LICENSE File 1.05 KB 0644
README.md File 1.12 KB 0644
example.js File 390 B 0644
index.js File 1.5 KB 0644
package.json File 1.69 KB 0644
test.js File 1.56 KB 0644