Skip to content

Commit aaa0ec2

Browse files
committed
update Opera Android 87 compat data mapping
https://forums.opera.com/topic/75836/opera-for-android-87
1 parent 8ff02ee commit aaa0ec2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Compat data improvements:
44
- [`DisposableStack`, `AsyncDisposableStack`, `SuppressedError` and `Iterator.prototype[@@dispose]`](https://github.com/tc39/proposal-explicit-resource-management) marked as [shipped from V8 ~ Chromium 134](https://issues.chromium.org/issues/42203506#comment24)
55
- [`Error.isError`](https://github.com/tc39/proposal-is-error) added and marked as supported from V8 ~ Chromium 134
6+
- Updated [Opera Android 87](https://forums.opera.com/topic/75836/opera-for-android-87) compat data mapping
67

78
##### [3.40.0 - 2025.01.08](https://github.com/zloirock/core-js/releases/tag/v3.40.0)
89
- Changes [v3.39.0...v3.40.0](https://github.com/zloirock/core-js/compare/v3.39.0...v3.40.0) (130 commits)

Diff for: packages/core-js-compat/src/mapping.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export default {
270270
[127, 84],
271271
[129, 85],
272272
[130, 86],
273-
[131, 87],
273+
[132, 87],
274274
],
275275
// https://developer.oculus.com/documentation/web/browser-release-notes/
276276
// Need to find another data source since release notes are not available for new versions.

0 commit comments

Comments
 (0)