Open ghost opened 8 years ago
@gadicc Did I miss anything? You mentioned Meteor implements setImmediate with postMessage? As in window.postMessage? EDIT: Ah, I see, yep.
Promise.resolve().then
appears to be the fastest, which won't be the case if we monkey patch it to use rAF. Some people might want the speed in rare use cases.
What else?