mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
aedc9f0e7f
commit
d5d390a4f2
@ -327,7 +327,7 @@ This will return `true` if:
|
||||
Iterating over very large `Array` instances in JavaScript can block execution,
|
||||
to avoid this `types.js` implements `.map(..)`/`.filter(..)`/`.reduce(..)`
|
||||
equivalent methods that split the array into chunks and iterate through
|
||||
them asynchroniosly giving the runtime a chance to run in between.
|
||||
them asynchronously giving the runtime a chance to run in between.
|
||||
|
||||
#### `<array>.mapChunks(..)`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user