pause
Pause a stream's data events
Last updated 10 years ago by dougwilson .
MIT · Repository · Bugs · Original npm
$ cnpm install pause 
SYNC missed versions from official npm registry.

pause

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

Pause a stream's data events

Installation

$ npm install pause

API

var pause = require('pause')

handle = pause(stream)

Pause the data events on a stream and return a handle to resume or end the stream.

handle.end()

Dispose of the handle. This does not end the stream, but it simply discards the event collection, making handle.resume() a no-op.

handle.resume()

Resume the stream by re-emitting all the data events in the same order, followed by an end event, if that was emitting during the pause.

License

MIT

Current Tags

  • 0.1.0                                ...           latest (10 years ago)

2 Versions

  • 0.0.1                                ...           13 years ago
  • 0.1.0                                ...           10 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org