InterviewMap / CS-Interview-Knowledge-Map

Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
https://yuchengkai.cn/docs/frontend/
18.3k stars 2.57k forks source link

optimize await usage #143

Closed zoux closed 6 years ago

zoux commented 6 years ago

await 需要结合 async 使用,但文档中这一块并没有使用 async。

或许对于知道 await / async 的同学没有理解难度,但对于 es6+ 不熟悉的同学可能存在隐性的坑。

该 PR 补足了使用 await 的语句所需要的 async 函数。