1.0.1 • Published 10 years ago
native-promise-only-ponyfill v1.0.1
native-promise-only-ponyfill
A thin wrapper for Native Promise Only. When Native Promise Only determines that the Promise API is not natively available, it sets the global Promise variable. By using this module instead of Native Promise Only, the global Promise variable will not be set.
Usage
var Promise = require('native-promise-only-ponyfill');