foliojs / fontkit

An advanced font engine for Node and the browser
1.46k stars 219 forks source link

Use Promise instead of process.nextTick #209

Closed blikblum closed 4 years ago

blikblum commented 4 years ago

Removes dependency on node specific process.nextTick

Pomax commented 4 years ago

Does this work, though? resolved is already resolved (by definition), so this will execute synchronously, not asynchronously.

blikblum commented 4 years ago

Will Works. By Spec is async