6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
import './es6-promise'
|
|
ES6Promise.polyfill()
|
|
|
|
Promise._setScheduler(function (flush) {
|
|
flush && flush()
|
|
})
|