Skip to content

Commit

Permalink
Remove SeeCompatTable macros for zh-cn array.fromasync (mdn#15565)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqaaq authored Sep 1, 2023
1 parent 9ca9be9 commit c409a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Array.fromAsync()
slug: Web/JavaScript/Reference/Global_Objects/Array/fromAsync
---

{{JSRef}} {{SeeCompatTable}}
{{JSRef}}

**`Array.fromAsync()`** 静态方法可以由一个[异步可迭代对象](/zh-CN/docs/Web/JavaScript/Reference/Iteration_protocols#异步迭代器和异步可迭代协议)[可迭代对象](/zh-CN/docs/Web/JavaScript/Reference/Iteration_protocols#可迭代协议)[类数组对象](/zh-CN/docs/Web/JavaScript/Guide/Indexed_collections#使用类数组对象)创建一个新的、浅拷贝的 `Array` 实例。

Expand Down

0 comments on commit c409a43

Please sign in to comment.