Closed wyntau closed 8 years ago
So I reverted this because it broke tests (tests never hit the lib), but also because I reconsidered and think it is a mistake to expose the global through the lib. The correct usage is to polyfill the global itself.
The correct usage is to polyfill the global itself.
@Zolmeister what's the meaning?
window.Promise = window.Promise || require('promiz')
thanks