jcxdeprecated

Hierarchical configuration of JSON XHR communication for your APIs

Usage no npm install needed!

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

README

JCX Easy, powerful JSON XHR communication for your APIs.

Download: [jcx.min.js][full-min] or jcx.js Build Status
Bower: bower install jcx
NPM: npm install jcx
Component: component install esha/jcx

Release History

  • 2014-09-08 v0.1.4 (initial)
  • 2014-09-09 v0.2.3 (debug mode, preprocess, no global)
  • 2014-09-16 v0.3.1 (timeout->error, async fix, direct XHR cfg, status mapping)
  • 2014-09-17 v0.4.0 (retry options, css activity notification)
  • 2014-09-19 v0.5.4 (XHR tests, json cfg shortcut, better structure, safer copy, responseObject property, et al)
  • 2014-09-24 v0.6.2 (s/serialize/transformData, s/preprocess/configure, better debug output)
  • 2014-10-13 v0.7.3 (support all XHR events, JSON default, resolve/reject promise with response/error, request/responseData handler support)