1.0.9 • Published 6 years ago

jrajax v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

JRAjax

JRAjax is a minimalistic ajax framework for REST API which works with JSON as the medium of information transfer.

JRAjax uses XMLHttpRequest in older browsers and Fetch API in newer browsers.

Tech/framework used

JRAjax does not depend on any other frameworks and works independently. This is done to keep the code size minimal.

Features

JRAjax mainly focuses on JSON based REST API's. So it can be used extensively with JSON based API's

Installation

...

API Reference

handlers - Will be called with two params 1. server response 2. config. So you could also provide your own config which you intend to use inside the handlers upon request completion.

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago