v8-promise-module

A Promise polyfill adapted from V8

Usage no npm install needed!

<script type="module">
  import v8PromiseModule from 'https://cdn.skypack.dev/v8-promise-module';
</script>

README

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.