jqxhr-bluebirddeprecated

jQuery.ajax wrapper with bluebird

Usage no npm install needed!

<script type="module">
  import jqxhrBluebird from 'https://cdn.skypack.dev/jqxhr-bluebird';
</script>

README

jqxhr-bluebird

Bluebird-wrapped $.ajax

How to use

In code:

var ajax = require('jqxhr-bluebird').ajax;

// ES6 object destructuring
var {ajax, getJSON} = require('jqxhr-bluebird');

Compile ES6+ source to ES5-compliant code:

$ npm run-script compile