lang
lang/typescript/async/index.md
medium
lang-typescript-async-index
TypeScript 异步规范
子项索引
| 子项 | 一句话 |
|---|---|
| no-floating-promise skill | 禁 floating promise — 必 await 或显式 .catch |
| promise-vs-await skill | 优先 async/await — 仅 then/catch 用于副作用编排 |
TypeScript 异步规范
| 子项 | 一句话 |
|---|---|
| no-floating-promise skill | 禁 floating promise — 必 await 或显式 .catch |
| promise-vs-await skill | 优先 async/await — 仅 then/catch 用于副作用编排 |