RxJS Lite DOM Ajax Module

October 13, 2015 ยท View on GitHub

This project provides Reactive Extensions for JavaScript (RxJS) bindings for HTML DOM objects to abstract over the Ajax requests using RxJS Lite.

Details

Files:

  • rx.lite.dom.ajax.js

NPM Packages:

  • rx-lite-dom-ajax

API

Ajax

  • Rx.DOM.ajax
  • Rx.DOM.get
  • Rx.DOM.getJSON
  • Rx.DOM.post
  • Rx.DOM.jsonpRequest

Contents

  1. 1Details
  2. 2API
  3. 2.1Ajax