pinkie-polyfill
v1.0.2
Published
ES2015 Promise polyfill by pinkie with globally assignment.
Downloads
9
Maintainers
Readme
pinkie-polyfill
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.