v8-promise-module

1.1.0 • Public • Published

v8-promise-module

Build Status

v8-promise-module is a Promise polyfill for JS, adapted from V8 source code. It passes Promise A+ tests on all major browsers and Node.

Usage

npm install v8-promise-module
var Promise = require('v8-promise-module');

v8-promise

v8-promise-module is a fork of v8-promise. v8-promise-module is a CommonJS module instead of a polyfill script that injects Promise to global when Promise is not defined on global.

Readme

Keywords

Package Sidebar

Install

npm i v8-promise-module

Weekly Downloads

53

Version

1.1.0

License

MIT

Last publish

Collaborators

  • minamo