areq

A timeout controller for asynchronous requests with defer.

Usage no npm install needed!

<script type="module">
  import areq from 'https://cdn.skypack.dev/areq';
</script>

README

areq

A timeout controller for asynchronous requests with defer.

Travis branch npm npm


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.