It doesn't entirely ignore the await. JavaScript will implicitly wrap the value in a fulfilled Promise and pause execution until the next tick.
2 likes 1 replies
?
It doesn't entirely ignore the await. JavaScript will implicitly wrap the value in a fulfilled Promise and pause execution until the next tick.
2 likes 1 replies