areq
v0.2.0
Published
A timeout controller for asynchronous requests with defer.
Downloads
129
Readme
areq
A timeout controller for asynchronous requests with defer.
Documentation
Please visit the Wiki.
Overview
areq is a timeout controller for asynchronous requests with Promise defers (e.g., Q.defer()). It tackles the event listener registering and timeout rejection for you.
Installation
$ npm install areq --save
Usage
See Usage on the Wiki for details.
License
Licensed under MIT.