1.0.3 • Published 6 months ago

pinkie-polyfill v1.0.3

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

pinkie-polyfill

npm npm npm npm

github build coverage

ES2015 Promise polyfill by pinkie with globally assignment.

Install

NPM

npm install pinkie-polyfill --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://cdn.jsdelivr.net/npm/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.3

6 months ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago