Skip to content

Commit 4ea3e66

Browse files
committed
mark Math.sumPrecise as shipped in Safari 26.2
1 parent 66534e6 commit 4ea3e66

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
### Unreleased
33
- Fixed increasing `.size` in `URLSearchParams.prototype.append` polyfill in IE8-
44
- Compat data improvements:
5+
- `Math.sumPrecise` marked as shipped in Safari 26.2
56
- `Uint8Array.{ fromBase64, prototype.setFromBase64 }` marked as fixed in Safari 26.2
67
- Missed [Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management) features [added in Bun 1.3.0](https://bun.com/blog/bun-v1.3#disposablestack-and-asyncdisposablestack)
78
- Added Oculus Quest Browser 41 compat data mapping

packages/core-js-compat/src/data.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@ export const data = {
969969
'es.math.sum-precise': {
970970
bun: '1.2.18',
971971
firefox: '137',
972+
safari: '26.2',
972973
},
973974
'es.math.tanh': {
974975
chrome: '38',

0 commit comments

Comments
 (0)