You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: spec.html
+10-5
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
}
44
44
</style>
45
45
46
-
<divid=metadata-block>
46
+
<divid="metadata-block">
47
47
<h1>Contributing to this Proposal</h1>
48
48
<p>This proposal is developed on GitHub with the help of the ECMAScript community. There are a number of ways to contribute to the development of this specification:</p>
An object that all standard built-in async iterator objects indirectly inherit from <p><ins>The initial value of the *"prototype"* data property of %AsyncIterator%; i.e., %AsyncIterator.prototype%</ins></p>
99
+
An object that all standard built-in async iterator objects indirectly inherit from
100
+
<p><ins>The initial value of the *"prototype"* data property of %AsyncIterator%; i.e., %AsyncIterator.prototype%</ins></p>
An object that all standard built-in iterator objects indirectly inherit from <p><ins>The initial value of the *"prototype"* data property of %Iterator%; i.e., %Iterator.prototype%</ins></p>
122
+
An object that all standard built-in iterator objects indirectly inherit from
123
+
<p><ins>The initial value of the *"prototype"* data property of %Iterator%; i.e., %Iterator.prototype%</ins></p>
122
124
</td>
123
125
</tr>
124
126
</table>
@@ -134,7 +136,7 @@ <h1>Operations on Iterator Objects</h1>
0 commit comments