All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.promise.polyfill.js Maven / Gradle / Ivy

// not "use strict" so we can declare global "Promise"

var asap = require('asap');

if (typeof Promise === 'undefined') {
  Promise = require('./lib/core.js')
  require('./lib/es6-extensions.js')
}

require('./polyfill-done.js');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy