feat: nextTick instead of setImmediate, and fix sync in async (#136)

* fix: avoid sync callback in async function

* chore: fix linting

* chore: remove non jenkins ci

* refactor: use nextTick over setImmediate

* refactor: async/nextTick for better browser support
This commit is contained in:
Jacob Heun
2019-01-03 08:13:07 -08:00
committed by David Dias
parent 857d2bd902
commit c54ea206f0
15 changed files with 38 additions and 110 deletions

View File

@ -40,4 +40,4 @@ suite.add('sign and verify', (d) => {
suite
.on('cycle', (event) => console.log(String(event.target)))
.run({async: true})
.run({ async: true })