File tree Expand file tree Collapse file tree
packages/core-js-compat/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33- Added missing dependencies to some entries of static ` Iterator ` methods
44- Added missing ` /full/{ instance, number/virtual }/clamp ` entries
55- Compat data improvements:
6+ - Added Electron 38 compat data mapping
67 - ` Iterator ` helpers marked as fixed and updated following the latest spec changes in Safari 26.0
78 - ` Set.prototype.{ difference, symmetricDifference, union } ` marked as fixed in Safari 26.0
89 - ` SuppressedError ` marked [ as fixed] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1971000 ) in FF141
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ export default {
175175 [ 134 , '35.0' ] ,
176176 [ 136 , '36.0' ] ,
177177 [ 138 , '37.0' ] ,
178+ [ 139 , '38.0' ] ,
178179 ] ,
179180 // https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
180181 ChromeToOpera ( chrome ) {
You can’t perform that action at this time.
0 commit comments