1.7.7 • Published 3 years ago

jfactory-promise v1.7.7

Weekly downloads
17
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

JFactoryPromise Standalone Package

Provides an ES6 Promise extended, where the whole chain can be awaited, completed, expired and cancelled (aborted). Also supports properties such as status, explorable chain map, shared data, debug data and trace.

Standalone

This module exports the class JFactoryPromise from the library jfactory into a small stand-alone package.

If you are already using the full library in your application, or if you need more Classes from jFactory, use jfactory instead.

Importation

Because jFactory is a web application library, JFactoryPromise uses jQuery and lodash.

npm add lodash jquery 
npm add jfactory-promise

Development

const { JFactoryPromise } = require ("jfactory-promise/devel")

Production

const { JFactoryPromise } = require ("jfactory-promise")

Documentation