Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.46.0 - 2025.10.09 source code.tar.gz | 2025-10-09 | 1.3 MB | |
3.46.0 - 2025.10.09 source code.zip | 2025-10-09 | 2.8 MB | |
README.md | 2025-10-09 | 2.4 kB | |
Totals: 3 Items | 4.1 MB | 3 |
Welcome to our new website, core-js.io, where our documentation is moving!
In addition, you can now follow the project's news in X.
- Changes v3.45.1...v3.46.0 (116 commits)
Map
upsert stage 3 proposal:- Fixed a FF
WeakMap.prototype.getOrInsertComputed
bug with callback calling before validation a key Iterator
chunking proposal:- Built-ins:
Iterator.prototype.chunks
Iterator.prototype.windows
- Moved to stage 2.7, September 2025 TC39 meeting
Iterator.prototype.sliding
method replaced with an extra parameter ofIterator.prototype.windows
method, [tc39/proposal-iterator-chunking/#24](https://github.com/tc39/proposal-iterator-chunking//issues/24), [tc39/proposal-iterator-chunking/#26](https://github.com/tc39/proposal-iterator-chunking//issues/26)- Fixed
Iterator.zip
andIterator.zipKeyed
behavior withmode: 'longest'
option, #1469, thanks @lionel-rowe - Fixed work of
Object.groupBy
andIterator.zipKeyed
together withSymbol
polyfill - some cases of symbol keys on resultnull
-prototype object were able to leak out tofor-in
- Compat data improvements:
Map
upsert proposal features marked as shipped from FF144- Added Node 25.0 compat data mapping
- Added Deno 2.5 compat data mapping
- Updated Electron 39 compat data mapping
- Updated Opera 121+ compat data mapping
- Added Opera Android 92 compat data mapping
- Added Oculus Quest Browser 40 compat data mapping