1.0.2 • Published 6 years ago

pinkie-polyfill v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

pinkie-polyfill

npm npm npm npm

github travis codecov

ES2015 Promise polyfill by pinkie with globally assignment.

Install

NPM

npm install req-json --save

ES modules for Webpack 2+ or Rollup

import 'pinkie-polyfill';

CommonJS for Webpack 1 or Browserify

require('pinkie-polyfill');

Browser

Direct <script> include

<script src="https://unpkg.com/pinkie-polyfill"></script>

Basic Usage

A Promise is an object representing the eventual completion or failure of an asynchronous operation. See full documents.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago