0.1.0 • Published 11 years ago
benderjs-promise v0.1.0
benderjs-promise
A polyfill for ES6-style Promises for Bender.js.
Based on ES6 Promise Polyfill.
Installation
npm install benderjs-promiseUsage
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.
0.1.0
11 years ago