BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
392 stars 80 forks source link

queueMicrotask API support #350

Open lifeart opened 5 years ago

lifeart commented 5 years ago

https://github.com/whatwg/html/issues/512

Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=864900 WebKit: https://bugs.webkit.org/show_bug.cgi?id=188212 Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1480236 Edge: https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/35006017-implement-self-queuemicrotask Nodejs: https://github.com/nodejs/node/pull/22951