▲ Async JavaScript basics revise at areknawo.com▼1 up and 1 down, posted by areknawo 2124 days ago 2 comments
tracker1 2124 days ago. link 1 point ▲ ▼Also, async/await are not based on generators... they are functions that return a promise, the use of generators is an implementation detail for babel transforms.
tracker1 2124 days ago. link 1 point ▲ ▼Why would async/await be future? All current/modern browsers support it, and you can shim (via babel etc) for IE.