thin-promise

1.0.3 • Public • Published

Promise polyfill

Build StatusCoverage Status

API

  • new Promise
  • Promise.prototype.then(onFulfilled?, onRejected?)
  • Promise.prototype.catch(errorhandler)
  • Promise.prototype.finally(finallyFun)
  • Promise.all(Array)
  • Promise.resolve
  • Promise.reject

import

import Promise from 'thin-promise'

or

<script src="https://unpkg.com/thin-promise"></script>
window.Promise = ThinPromise

Example

just see test

Readme

Keywords

none

Package Sidebar

Install

npm i thin-promise

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

10.4 kB

Total Files

5

Last publish

Collaborators

  • cotton