/browser-async-iteration

Iterating an array synchronously blocks the event loop and the UI while iterating an async array gives some time to the event loop. It shows index in the array and its order it has been rendered in.

Primary LanguageJavaScript

Watchers