You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already use promises internally. Perhaps it would be a good step forward to provide promise based api instead of old callback style. The code may be simplified as well.
The text was updated successfully, but these errors were encountered:
TrySound
added a commit
to TrySound/web-resource-inliner
that referenced
this issue
Jul 1, 2020
Ref jrit#58
In this diff I refactored as small as possible part of code to replace
`async.parallel` with `Promise.all` and do not introduce any breaking
changes.
Further refactoring can be made in separate PR.
Ref jrit#58
In this diff I refactored as small as possible part of code to replace
`async.parallel` with `Promise.all` and do not introduce any breaking
changes.
Further refactoring can be made in separate PR.
We already use promises internally. Perhaps it would be a good step forward to provide promise based api instead of old callback style. The code may be simplified as well.
The text was updated successfully, but these errors were encountered: