Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created March 9, 2017 10:27
Show Gist options
  • Save barrykooij/8948a39be2dcf8dd6b8a214426136f72 to your computer and use it in GitHub Desktop.
Save barrykooij/8948a39be2dcf8dd6b8a214426136f72 to your computer and use it in GitHub Desktop.
import Promise from 'promise-polyfill';
// To add to window
if (!window.Promise) {
window.Promise = Promise;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment