### Package to replace `foreachasync` ### Suggested replacement(s) [`for...of`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of) or [`Array.fromAsync`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fromAsync) ### Manifest type native (replaceable by a built-in platform feature) ### Rationale Has native alternatives ### Availability _No response_ ### Code example (optional) ```js ```
Package to replace
foreachasyncSuggested replacement(s)
for...oforArray.fromAsyncManifest type
native (replaceable by a built-in platform feature)
Rationale
Has native alternatives
Availability
No response
Code example (optional)