docs: edit async-iterator

This commit is contained in:
ruanyf
2019-06-08 13:05:53 +08:00
parent 6545088030
commit 98e3bcb2df
2 changed files with 69 additions and 2 deletions
+1 -1
View File
@@ -26,13 +26,13 @@
1. [Generator 函数的语法](#docs/generator)
1. [Generator 函数的异步应用](#docs/generator-async)
1. [async 函数](#docs/async)
1. [异步遍历器](#docs/async-iterator)
1. [Class 的基本语法](#docs/class)
1. [Class 的继承](#docs/class-extends)
1. [Module 的语法](#docs/module)
1. [Module 的加载实现](#docs/module-loader)
1. [编程风格](#docs/style)
1. [读懂规格](#docs/spec)
1. [异步遍历器](#docs/async-iterator)
1. [ArrayBuffer](#docs/arraybuffer)
1. [最新提案](#docs/proposals)
1. [Decorator](#docs/decorator)