ZeppSpace/shared/device-polyfill.js
2025-06-20 09:47:10 +02:00

6 lines
109 B
JavaScript

import './es6-promise'
ES6Promise.polyfill()
Promise._setScheduler(function (flush) {
flush && flush()
})