Skip to content

benderjs/benderjs-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benderjs-promise

A polyfill for ES6-style Promises for Bender.js.

Based on ES6 Promise Polyfill.

Installation

npm install benderjs-promise

Usage

Add benderjs-promise to the plugins array in your bender.js configuration file:

var config = {
    applications: {...}

    browsers: [...],

    plugins: ['benderjs-promise'], // load the plugin

    tests: {...}
};

module.exports = config;

From now on you should be able to use Promises in browsers that don't support them natively.

License

MIT, for license details see: LICENSE.md.

About

ES6-style Promises for Bender.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published