We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core-js
1 parent c54fb6a commit c096610Copy full SHA for c096610
README.md
@@ -2,10 +2,13 @@
2
ECMAScript Stage-1 Proposal. J. S. Choi, 2021.
3
4
* **[Specification][]** available
5
-* **[Polyfill][]** available
+* Polyfills:
6
+ * **[core-js][]**
7
+ * **[array-from-async][]**
8
9
[specification]: http://jschoi.org/21/es-array-async-from/
-[polyfill]: https://www.npmjs.com/package/array-from-async
10
+[core-js]: https://github.com/zloirock/core-js#arrayfromasync
11
+[array-from-async]: https://www.npmjs.com/package/array-from-async
12
13
## Why an `Array.fromAsync` method
14
Since its standardization in JavaScript,
0 commit comments