You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
- Avoid unnecessary promise creation and do not validate result in `%WrapForValid(Async)IteratorPrototype%.return`, [proposal-iterator-helpers/215](https://github.com/tc39/proposal-iterator-helpers/pull/215)
5
5
- Fixed the order creation of properties of iteration result object of some iterators (`value` should be created before `done`)
6
6
- Fixed some cases of Safari < 13 bug - silent on non-writable array `.length` setting
7
+
- Fixed `ArrayBuffer.length` in V8 ~ Chrome 27-
7
8
- Relaxed condition of re-usage native `WeakMap` for internal states with multiple `core-js` copies
8
9
- Availability cloning of `FileList` in the `structuredClone` polyfill extended to some more old engines versions
0 commit comments