JSPM

  • Created
  • Published
  • Downloads 590306
  • Score
    100M100P100Q189847F
  • License MIT

Specialized Promise Extensions

Package Exports

  • spex

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (spex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Specialized Promise Extensions

Build Status Coverage Status

This project is a work-in-progress, but you already can try it:

$ npm install spex

For third-party promise libraries:

var promise = require('bluebird');
var spex = require('spex')(promise);

For ES6 promises:

var spex = require('spex')(Promise);

Methods implemented: batch, page and sequence.

Stage 1: Formulating the protocol

This one is DONE! :)

Stage 2: Implementation

This one is DONE! :)

Stage 3: Tests + Documentation

Currently working on the API documentation