|
|
|
|
|
by kidstrack
3314 days ago
|
|
2 main reasons:
1. If some nested function is async/await, all the callers (and whole graph) need to be converted to async/await. I feel that language shouldn't force programmer to do this type of tedious work.
2. It's not compatible with some browsers, only via Babel |
|