Skip to content

All .done(..) replaced to .then(...).

Pavel Mashliakovskiy requested to merge fix/replaceDoneToThen into master

After transpiling of async/await functios results are native Promise (without legacy .done method)

Merge request reports