Skip to content

Commit 04de6c5

Browse files
committed
clarify a note
1 parent 1bcfc0a commit 04de6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
- Fixed `%AsyncFromSyncIteratorPrototype%` to make it a little stricter
5252
- Fixed counter in some cases of some `AsyncIterator` methods
5353
- Fixed order of async iterators closing
54-
- Fixed iterator closing in `AsyncIterator.prototype.{ map, flatMap }` polyfills
54+
- Fixed iterator closing in `AsyncIterator.prototype.flatMap` polyfill
55+
- Fixed iterator closing in `AsyncIterator.prototype.map` polyfill on error in inner iterator `.next`
5556
- Fixed iterator closing in `AsyncIterator.prototype.take` polyfill with `return: null`
5657
- Fixed validation `return()` result as object in `AsyncIterator.prototype.take` polyfill
5758
- Fixed a lack of error in `structuredClone` polyfill on attempt to transfer multiple objects, some of which are non-transferable

0 commit comments

Comments
 (0)