Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 654 Bytes

ReactiveAjax

Reactive ajax module for precise control over async requests

This is a reactive API for asynchronous requests. It allows you to watch the request status and control the request in real time.

Requirements

  • jQuery
  • A browser, supporting ES6.

How to Run:

  1. Download or Clone the Repository.
  2. Copy reactiveAjax/dist/reactive-ajax.js to your project's js folder.
  3. Use the lib's API

Notes

  • ReactiveAjax is transpile-compatible. You can transpile it to ES5 by using babel and other js transpilers.